1
0
Fork 0

yorkshire pudding

This commit is contained in:
ChaotiCryptidz 2022-05-31 23:23:49 +01:00
parent 1076e8f28d
commit 326d9e3d90
No known key found for this signature in database

View file

@ -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} />