1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-07 15:06:23 +01:00
parent 62cc78120e
commit c267951673
No known key found for this signature in database

View file

@ -213,6 +213,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} /> <AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} />
<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" />
<FoodItem title="Cooked Fruit" />
<FoodItem title="Anything else unexpectedly crunchy" /> <FoodItem title="Anything else unexpectedly crunchy" />
<FoodItem title="Sparkling Water" /> <FoodItem title="Sparkling Water" />
<FoodItem title="Apple Cider Vinegar" /> <FoodItem title="Apple Cider Vinegar" />