tofu
This commit is contained in:
parent
7497a9ecdb
commit
e1d625d466
|
@ -222,6 +222,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<AdvancedFoodItem title="Lotus Fruit" extra={"Weird texture; Also trypophobia;"}/>
|
<AdvancedFoodItem title="Lotus Fruit" extra={"Weird texture; Also trypophobia;"}/>
|
||||||
<AdvancedFoodItem title="Crumpets" extra={"Can have if served upside down, otherwise no, too many holes"} />
|
<AdvancedFoodItem title="Crumpets" extra={"Can have if served upside down, otherwise no, too many holes"} />
|
||||||
<AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} />
|
<AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} />
|
||||||
|
<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" />
|
||||||
<FoodItem title="Cooked Fruit" />
|
<FoodItem title="Cooked Fruit" />
|
||||||
|
|
Loading…
Reference in a new issue