brrrrrrr
This commit is contained in:
parent
91e1f0ecd6
commit
74f9d07f1e
|
@ -129,6 +129,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<FoodItem title="Scrambled Egg" contents={{ containsEggs: true }} exclude={this.state.toggles} />
|
<FoodItem title="Scrambled Egg" contents={{ containsEggs: true }} exclude={this.state.toggles} />
|
||||||
</FoodItemsContainer>
|
</FoodItemsContainer>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<FoodItemsContainer title="Smaller Foods">
|
<FoodItemsContainer title="Smaller Foods">
|
||||||
<FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
<FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
||||||
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
||||||
|
|
Loading…
Reference in a new issue