From 70a236a42a6cb8350c5fe41b8508ab7c79af8eb3 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Thu, 3 Jun 2021 23:09:50 +0100 Subject: [PATCH] Tidies --- src/navbar/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/navbar/index.tsx b/src/navbar/index.tsx index e668449..aae4997 100644 --- a/src/navbar/index.tsx +++ b/src/navbar/index.tsx @@ -12,7 +12,6 @@ import { FaCompactDisc, FaHeadphonesAlt, } from "react-icons/fa"; -import LiveClock from "react-live-clock"; import { RootState } from "../rootReducer"; @@ -241,10 +240,6 @@ function RegisterButton() { prevRegistrationStage.current = broadcastState.stage; }, [broadcastState.stage]); - const { planSaveError, planSaving } = useSelector( - (state: RootState) => state.showplan - ); - return ( <>