1
0
Fork 0

carbonara

This commit is contained in:
ChaotiCryptidz 2022-06-01 07:06:53 +01:00
parent a71592415b
commit d44a48a6ba
No known key found for this signature in database

View file

@ -139,6 +139,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<FoodItem title="Roast Potatos" />
<FoodItem title="Baked Potatos" />
<FoodItem title={"Fried Egg & French Fries"} contents={{ containsEggs: true }} exclude={this.state.toggles} />
<FoodItem title="Carbonara" contents={{ containsEggs: true, containsMilk: true, containsMeat: true }} exclude={this.state.toggles} />
<FoodItem title="Omlette" contents={{ containsEggs: true }} exclude={this.state.toggles} />
<FoodItem title={"Cooked Potato with Spinach & Turmeric (Saag Aloo?)"} />
<FoodItem title={"Pasta & Meatballs"} contents={{ containsMeat: true }} exclude={this.state.toggles} />