Tidies
This commit is contained in:
parent
000d85d450
commit
70a236a42a
1 changed files with 0 additions and 5 deletions
|
@ -12,7 +12,6 @@ import {
|
||||||
FaCompactDisc,
|
FaCompactDisc,
|
||||||
FaHeadphonesAlt,
|
FaHeadphonesAlt,
|
||||||
} from "react-icons/fa";
|
} from "react-icons/fa";
|
||||||
import LiveClock from "react-live-clock";
|
|
||||||
|
|
||||||
import { RootState } from "../rootReducer";
|
import { RootState } from "../rootReducer";
|
||||||
|
|
||||||
|
@ -241,10 +240,6 @@ function RegisterButton() {
|
||||||
prevRegistrationStage.current = broadcastState.stage;
|
prevRegistrationStage.current = broadcastState.stage;
|
||||||
}, [broadcastState.stage]);
|
}, [broadcastState.stage]);
|
||||||
|
|
||||||
const { planSaveError, planSaving } = useSelector(
|
|
||||||
(state: RootState) => state.showplan
|
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<li className="nav-item" style={{ color: "white" }}>
|
<li className="nav-item" style={{ color: "white" }}>
|
||||||
|
|
Loading…
Reference in a new issue