1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-02 16:36:39 +01:00
parent d65a0491a1
commit 3230184718
No known key found for this signature in database

View file

@ -222,6 +222,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<FoodItem title="Aniseed Flavor" /> <FoodItem title="Aniseed Flavor" />
<AdvancedFoodItem title="Aniseed Liquorice Flavors" extra={"Absolutely love natural liquorice root flavor; hate anise"} /> <AdvancedFoodItem title="Aniseed Liquorice Flavors" extra={"Absolutely love natural liquorice root flavor; hate anise"} />
</FoodItemsContainer> </FoodItemsContainer>
<br />
</>; </>;
} }
} }