diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts
index 5c99fe80d9..52f9b40aa7 100644
--- a/packages/frontend/.storybook/fakes.ts
+++ b/packages/frontend/.storybook/fakes.ts
@@ -245,7 +245,7 @@ export function renotedFromChannelnote(id = "somenoteId") {
 	return {
 		...note(id),
 		renote: channelNote(),
-		text: null
+		text: null,
 	}
 }