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
|
@ -213,7 +213,7 @@ export function remoteNote(id = 'somenoteId') {
|
||||||
user: {
|
user: {
|
||||||
...userLite(id, "remoteUser", "Remote Server"),
|
...userLite(id, "remoteUser", "Remote Server"),
|
||||||
},
|
},
|
||||||
text: "this is remote note text"
|
text: "this is remote note text",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue