diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts index 2dbbb1c8ac..aaa9a5ccbc 100644 --- a/packages/frontend/.storybook/fakes.ts +++ b/packages/frontend/.storybook/fakes.ts @@ -207,7 +207,7 @@ export function note(id = 'somenoteid'): entities.Note { }; } -export function remoteNote(id = 'somenoteId'){ +export function remoteNote(id = 'somenoteId') { return { ...note(), user: {