mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
Update packages/frontend/.storybook/fakes.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
a952659858
commit
6df90b6440
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ export function renotedToChannel(id = "somenoteId") {
|
|||
return {
|
||||
...channelNote(),
|
||||
renote: note(),
|
||||
text: null
|
||||
text: null,
|
||||
}
|
||||
}
|
||||
export function renotedToChannelFromChannel(id = "somenoteId"){
|
||||
|
|
Loading…
Reference in a new issue