diff --git a/src/pages/BoothListPage.tsx b/src/pages/BoothListPage.tsx index 369ff6e..7a18a6b 100644 --- a/src/pages/BoothListPage.tsx +++ b/src/pages/BoothListPage.tsx @@ -32,13 +32,13 @@ const BoothListPage: React.FC = () => { return ( -

{visitorId}

{/**/} {lists.map((name, index) => { return ; })} +

{visitorId}

);