Skip to content

Commit e0ff8bd

Browse files
committed
Don't show load show menu by default
1 parent d25ad4c commit e0ff8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { closeAlert } from "./state";
1111
import { BAPSicleModal } from "./BAPSicleModal";
1212

1313
export function NavBarMain() {
14-
const [showBAPSicleModal, setShowBAPSicleModal] = useState(true);
14+
const [showBAPSicleModal, setShowBAPSicleModal] = useState(false);
1515

1616
const { planSaveError, planSaving } = useSelector(
1717
(state: RootState) => state.showplan

0 commit comments

Comments
 (0)