Update packages/frontend/.storybook/fakes.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
b38a099444
commit
2cf1040c70
|
@ -207,7 +207,7 @@ export function note(id = 'somenoteid'): entities.Note {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function remoteNote(id = 'somenoteId'){
|
export function remoteNote(id = 'somenoteId') {
|
||||||
return {
|
return {
|
||||||
...note(),
|
...note(),
|
||||||
user: {
|
user: {
|
||||||
|
|
Loading…
Reference in a new issue