yorkshire pudding
This commit is contained in:
parent
1076e8f28d
commit
326d9e3d90
|
@ -122,6 +122,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
|||
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
||||
<FoodItem title="Smile or Waffle shaped formed potato" />
|
||||
<FoodItem title="Fish Fingers" contents={{ containsFish: true }} exclude={this.state.toggles} />
|
||||
<FoodItem title="Yorkshire Puddings" contents={{ containsEggs: true, containsMilk: true }} exclude={this.state.toggles} />
|
||||
<AdvancedFoodItem title="Veggie Dippers" extra="As long as don't contain sensory bads; McDonalds kind are good" />
|
||||
<AdvancedFoodItem title="Falafel Wraps" extra={"Great with hummus&cucumber"} />
|
||||
<FoodItem title="Scrambled Eggs" contents={{ containsEggs: true }} exclude={this.state.toggles} />
|
||||
|
|
Loading…
Reference in a new issue