Skip to content

Commit

Permalink
stringified in client component
Browse files Browse the repository at this point in the history
  • Loading branch information
aatbip committed Feb 8, 2024
1 parent 361cb7e commit b6d7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Footer = ({ handleSave }: Prop) => {
JSON.stringify({
token: appState?.token as string,
portalId: appState?.portalId as string,
profileLinks: appState?.mutableSettings,
profileLinks: ['profile_settings'],
}),
appState?.token as string,
appState?.portalId as string,
Expand Down

0 comments on commit b6d7909

Please sign in to comment.