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:41 +09:00 committed by GitHub
parent 2cf1040c70
commit 8fb6e93c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,7 @@ export function channelNote(id = 'somenoteId'): entities.Note {
}
// チャンネルからのRenoteは renote に channnelNoteを入れる
export function renotedFromChannelnote(id = "somenoteId"){
export function renotedFromChannelnote(id = "somenoteId") {
return {
...note(id),
renote: channelNote(),