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