Skip to content

Commit

Permalink
Merge pull request #18 from bruinenxyz/tevon/rm-query-flicker
Browse files Browse the repository at this point in the history
removes query flicker
  • Loading branch information
tevonsb authored Apr 4, 2024
2 parents 04c2920 + a224d9b commit 2f702ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function RootLayout({
}) {
const path = usePathname();
const clerkPubKey = process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY;
const orgId = process.env.NEXT_PUBLIC_ORGANIZATION_ID;
const isUsingAuth: boolean = process.env.NEXT_PUBLIC_USE_AUTH === "true";
const [darkMode, setDarkMode] = useDarkMode();
// const [isCollapseNavMenu, setIsCollapseNavMenu] = useState<boolean>(false);
Expand Down

0 comments on commit 2f702ee

Please sign in to comment.