Skip to content

Commit

Permalink
DIGG-450: Fixing organisation page name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaMunterud committed Dec 5, 2024
1 parent 13c2a1d commit f97f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/organisations/[org]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { OrganisationPage } from "@/features/entryscape/organisation-page";
import { EntrystoreProvider } from "@/providers/entrystore-provider";
import { SettingsContext } from "@/providers/settings-provider";

export default function ExploreApiPage() {
export default function Organisation() {
const { env } = useContext(SettingsContext);
const { query } = useRouter() || {};
const { org } = query || {};
Expand Down

0 comments on commit f97f2dd

Please sign in to comment.