diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a32890d..9099983 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -177,9 +177,9 @@ const App: React.FC = () => { { - temp && + temp && Temp - {temp.join(", ")} + {temp.join(", ")} }