diff --git a/frontend/src/components/listings/ListingGrid.tsx b/frontend/src/components/listings/ListingGrid.tsx index be93198a..63d5c60e 100644 --- a/frontend/src/components/listings/ListingGrid.tsx +++ b/frontend/src/components/listings/ListingGrid.tsx @@ -62,7 +62,7 @@ const ListingGrid = (props: ListingGridProps) => { ) : ( -
+
{listingInfos.map((info) => ( { {isLoading && (
- Loading more listings...
)}
diff --git a/frontend/src/components/pages/Terminal.tsx b/frontend/src/components/pages/Terminal.tsx index 0eef22ad..2e39cc12 100644 --- a/frontend/src/components/pages/Terminal.tsx +++ b/frontend/src/components/pages/Terminal.tsx @@ -238,7 +238,7 @@ const TerminalPage: React.FC = () => { }; return ( -
+

Your Robots

@@ -261,7 +261,7 @@ const TerminalPage: React.FC = () => {
) : robots && robots.length > 0 ? ( -
+
{robots.map((robot) => (