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
8fb6e93c4a
commit
b5576318bf
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export function remoteNote(id = 'somenoteId') {
|
|||
user: {
|
||||
...userLite(id, "remoteUser", "Remote Server"),
|
||||
},
|
||||
text: "this is remote note text"
|
||||
text: "this is remote note text",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue