Skip to content

Commit

Permalink
up version for deployment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Dec 5, 2023
1 parent 4357bcc commit 6dfb5e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ export default function MapContainer() {
const pathname = usePathname();

const isHomePage = useMemo(
() => !pathname.includes('stories') && !isFlyingBack,
() => !pathname.includes('stories'),
[pathname, isFlyingBack]
);

console.log('isHomePage', isHomePage);

// const { data: layersInteractiveData } = useGetLayers(
// {
// filters: {
Expand Down

0 comments on commit 6dfb5e9

Please sign in to comment.