mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 23:11:02 +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 {
|
return {
|
||||||
...channelNote(),
|
...channelNote(),
|
||||||
renote: note(),
|
renote: note(),
|
||||||
text: null
|
text: null,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export function renotedToChannelFromChannel(id = "somenoteId"){
|
export function renotedToChannelFromChannel(id = "somenoteId"){
|
||||||
|
|
Loading…
Reference in a new issue