diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts index 348d4067dd..7f6df8c0a0 100644 --- a/packages/frontend/.storybook/fakes.ts +++ b/packages/frontend/.storybook/fakes.ts @@ -257,7 +257,7 @@ export function renotedToChannel(id = "somenoteId") { text: null, } } -export function renotedToChannelFromChannel(id = "somenoteId"){ +export function renotedToChannelFromChannel(id = "somenoteId") { return { ...channelNote(), renote: channelNote(),