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
2cf1040c70
commit
8fb6e93c4a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ export function channelNote(id = 'somenoteId'): entities.Note {
|
|||
}
|
||||
|
||||
// チャンネルからのRenoteは renote に channnelNoteを入れる
|
||||
export function renotedFromChannelnote(id = "somenoteId"){
|
||||
export function renotedFromChannelnote(id = "somenoteId") {
|
||||
return {
|
||||
...note(id),
|
||||
renote: channelNote(),
|
||||
|
|
Loading…
Reference in a new issue