Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmerzouk committed Sep 23, 2024
1 parent eabf515 commit 3010313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { usePathname } from 'next/navigation'
export default function Header() {
const isInIframe = useIsInIframe()
const pathname = usePathname()
isBareIframe = pathname === '/module/integration'
const isBareIframe = pathname === '/module/integration'

if (isBareIframe) return null
return (
Expand Down

0 comments on commit 3010313

Please sign in to comment.