Update packages/frontend/.storybook/fakes.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
2cf1040c70
commit
8fb6e93c4a
|
@ -241,7 +241,7 @@ export function channelNote(id = 'somenoteId'): entities.Note {
|
||||||
}
|
}
|
||||||
|
|
||||||
// チャンネルからのRenoteは renote に channnelNoteを入れる
|
// チャンネルからのRenoteは renote に channnelNoteを入れる
|
||||||
export function renotedFromChannelnote(id = "somenoteId"){
|
export function renotedFromChannelnote(id = "somenoteId") {
|
||||||
return {
|
return {
|
||||||
...note(id),
|
...note(id),
|
||||||
renote: channelNote(),
|
renote: channelNote(),
|
||||||
|
|
Loading…
Reference in New Issue