Skip to content

Commit 30e62e7

Browse files
author
Ives van Hoorne
committed
1 parent 48ec5ab commit 30e62e7

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/store/modules/editor

1 file changed

+1
-1
lines changed

packages/app/src/app/store/modules/editor/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Author = types.model({
1212
forkedCount: types.number,
1313
givenLikeCount: types.number,
1414
id: types.string,
15-
name: types.string,
15+
name: types.maybe(types.string),
1616
receivedLikeCount: types.number,
1717
sandboxCount: types.number,
1818
showcasedSandboxShortid: types.string,

0 commit comments

Comments
 (0)