From 703dea53229a2a17a949678588d3877bc5cfedb6 Mon Sep 17 00:00:00 2001 From: ryanrixxh Date: Wed, 5 Jul 2023 23:36:22 +0930 Subject: [PATCH] fixing options menu bug not hiding info --- src/components/Info.tsx | 2 +- src/components/Marker.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Info.tsx b/src/components/Info.tsx index da92edc..46328be 100644 --- a/src/components/Info.tsx +++ b/src/components/Info.tsx @@ -2,7 +2,7 @@ import '../styles/info.css' function Info(props) { return( -
+
{ props.live === true &&

You are live!

} { props.live === false &&

Offline

} diff --git a/src/components/Marker.tsx b/src/components/Marker.tsx index 7c23607..141058b 100644 --- a/src/components/Marker.tsx +++ b/src/components/Marker.tsx @@ -180,7 +180,7 @@ function Marker(props) { }, [props.live]) return( -
+

Hotkey