1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-07 15:32:33 +01:00
parent b250902bfb
commit 270b581340
No known key found for this signature in database

View file

@ -225,6 +225,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Chewy Tofu" extra={"We like it but only a small amount of it; after a while brain starts to hate it; is good when can add as much as want to food"} /> <AdvancedFoodItem title="Chewy Tofu" extra={"We like it but only a small amount of it; after a while brain starts to hate it; is good when can add as much as want to food"} />
<FoodItem title="Shrimp/Prawns" contents={{ containsFish: true }} exclude={this.state.toggles} /> <FoodItem title="Shrimp/Prawns" contents={{ containsFish: true }} exclude={this.state.toggles} />
<FoodItem title="Celery" /> <FoodItem title="Celery" />
<AdvancedFoodItem title="Fiberous Textures" extra={"Stuff like mango and some other fruits"} />
<FoodItem title="Cooked Fruit" /> <FoodItem title="Cooked Fruit" />
<FoodItem title="Anything else unexpectedly crunchy" /> <FoodItem title="Anything else unexpectedly crunchy" />
<FoodItem title="Sparkling Water" /> <FoodItem title="Sparkling Water" />