From 7e9b155fa1a7cc1cf4786b16a3c1d01910447d14 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 2 Aug 2025 02:07:47 +0200 Subject: [PATCH] fix --- frontend/src/screens/CreateStation.jsx | 3 +++ frontend/src/screens/JoinStation.jsx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/screens/CreateStation.jsx b/frontend/src/screens/CreateStation.jsx index 5a75fa4..c7c56f6 100644 --- a/frontend/src/screens/CreateStation.jsx +++ b/frontend/src/screens/CreateStation.jsx @@ -51,6 +51,9 @@ function CreateStation() { + + + ); } diff --git a/frontend/src/screens/JoinStation.jsx b/frontend/src/screens/JoinStation.jsx index 3444137..2961198 100644 --- a/frontend/src/screens/JoinStation.jsx +++ b/frontend/src/screens/JoinStation.jsx @@ -53,6 +53,9 @@ function JoinStation() { ); })} + + + ); }