Skip to content

Commit

Permalink
fix profileLinks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aatbip committed Feb 9, 2024
1 parent 668e757 commit b201093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default async function Home({ searchParams }: { searchParams: { token: st
return (
<ContextUpdate
clientProfileUpdates={clientProfileUpdates}
settings={settings.profileLinks}
settings={settings?.profileLinks || []}
access={customFieldAccess}
token={token}
portalId={portalId}
Expand Down

0 comments on commit b201093

Please sign in to comment.