Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vietredweb committed Jan 25, 2024
1 parent 9582737 commit db67d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AnalyticsNext/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ const ConsentComponentCustom = dynamic(() => import('../Components/ConsentCustom
interface AnalyticsNext {
router: NextRouter;
attributes: any;
customLayout: boolean;
customLayout?: boolean;
children?: ReactNode;
}

const AnalyticsNext = ({ router, attributes, customLayout = false, children }: AnalyticsNext) => {
console.log('customLayout', customLayout);
return (
<>
<AnalyticsContextProvider>
Expand Down

0 comments on commit db67d0b

Please sign in to comment.