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:39:56 +09:00 committed by GitHub
parent 931a2ae113
commit a952659858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export function renotedFromChannelnote(id = "somenoteId") {
} }
// チャンネルへRenoteされたTLのNoteは renoteにnoteを入れる ベースはchannelNoteである // チャンネルへRenoteされたTLのNoteは renoteにnoteを入れる ベースはchannelNoteである
export function renotedToChannel(id = "somenoteId"){ export function renotedToChannel(id = "somenoteId") {
return { return {
...channelNote(), ...channelNote(),
renote: note(), renote: note(),