1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-02 16:13:45 +01:00
parent 91e1f0ecd6
commit 74f9d07f1e
No known key found for this signature in database

View file

@ -129,6 +129,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<FoodItem title="Scrambled Egg" contents={{ containsEggs: true }} exclude={this.state.toggles} />
</FoodItemsContainer>
<br />
<FoodItemsContainer title="Smaller Foods">
<FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} />
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />