Update packages/frontend/.storybook/fakes.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
b5576318bf
commit
931a2ae113
|
@ -245,7 +245,7 @@ export function renotedFromChannelnote(id = "somenoteId") {
|
||||||
return {
|
return {
|
||||||
...note(id),
|
...note(id),
|
||||||
renote: channelNote(),
|
renote: channelNote(),
|
||||||
text: null
|
text: null,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue