Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
fix: removed unusued location in main
Browse files Browse the repository at this point in the history
  • Loading branch information
KenNoYu committed Aug 8, 2024
1 parent e075a81 commit 4acf1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Layout = (): JSX.Element => {
return (
<div className="flex min-w-full max-w-full flex-col bg-background-light text-text-light dark:bg-background-dark dark:text-text-dark">
<main className="flex min-h-screen flex-col">
<Navbar location={location} isAdmin />
<Navbar/>

<QueryClientProvider client={new QueryClient()}>
<Routes location={location}>
Expand Down

0 comments on commit 4acf1d8

Please sign in to comment.