Update packages/frontend/.storybook/fakes.ts

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
syuilo 2024-10-18 16:40:13 +09:00 committed by GitHub
parent 9ce7e5d605
commit 7f289c9663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ export function renotedToChannelFromChannel(id = "somenoteId") {
return {
...channelNote(),
renote: channelNote(),
text: null
text: null,
}
}