fix
This commit is contained in:
@@ -65,10 +65,9 @@ function AllProviders({ children }: { children: React.ReactNode }) {
|
||||
{process.env.NEXT_PUBLIC_OP_CLIENT_ID && (
|
||||
<OpenPanelComponent
|
||||
clientId={process.env.NEXT_PUBLIC_OP_CLIENT_ID}
|
||||
profileId={userId || undefined}
|
||||
waitForProfile
|
||||
trackScreenViews
|
||||
trackOutgoingLinks
|
||||
trackAttributes
|
||||
/>
|
||||
)}
|
||||
<ReduxProvider store={storeRef.current}>
|
||||
|
||||
Reference in New Issue
Block a user