carbonara
This commit is contained in:
parent
a71592415b
commit
d44a48a6ba
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue