1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-02 14:02:23 +01:00
parent 84fc62c986
commit 5fa1fda343
No known key found for this signature in database

View file

@ -158,6 +158,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<FoodItem title={"Cooked Potato with Spinach & Turmeric (Saag Aloo?)"} /> <FoodItem title={"Cooked Potato with Spinach & Turmeric (Saag Aloo?)"} />
<FoodItem title={"Pasta & Meatballs"} contents={{ containsMeat: true }} exclude={this.state.toggles} /> <FoodItem title={"Pasta & Meatballs"} contents={{ containsMeat: true }} exclude={this.state.toggles} />
<FoodItem title="Beef/Pork Chilli" contents={{ containsMeat: true }} exclude={this.state.toggles} /> <FoodItem title="Beef/Pork Chilli" contents={{ containsMeat: true }} exclude={this.state.toggles} />
<AdvancedFoodItem title="Chilli Sin Carne" extra={"w/ rice is great; make sure kidney beans not too dry"} />
<AdvancedFoodItem title="Burgers" extra="Preferably vegan soy or pea protein based burger; ones with beetroot in are nice; not wheat protein based" /> <AdvancedFoodItem title="Burgers" extra="Preferably vegan soy or pea protein based burger; ones with beetroot in are nice; not wheat protein based" />
</FoodItemsContainer> </FoodItemsContainer>