From 99a458cfdb1b28c6894648101fcaff65a0f7c81d Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Thu, 2 Jun 2022 15:57:09 +0100 Subject: [PATCH] acesable? --- src/foodItems.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/foodItems.tsx b/src/foodItems.tsx index bacd80f..a0d6024 100644 --- a/src/foodItems.tsx +++ b/src/foodItems.tsx @@ -8,7 +8,7 @@ export const FoodItemsContainer = (props: { return (

{props.title}

-
+
{props.children}
@@ -49,7 +49,7 @@ export class FoodItem extends Component { render() { return ( -
  • {this.props.title}
  • +

    {this.props.title}

    ) } @@ -59,8 +59,8 @@ export class AdvancedFoodItem extends Component -
    -
    {this.props.title}
    +
    +

    {this.props.title}

    {this.props.extra}