Skip to content

Commit 5f467ae

Browse files
author
Ives van Hoorne
committed
Fix editor for undefined showcased_sandbox_id
1 parent 4e62125 commit 5f467ae

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
@@ -15,7 +15,7 @@ const Author = types.model({
1515
name: types.maybe(types.string),
1616
receivedLikeCount: types.number,
1717
sandboxCount: types.number,
18-
showcasedSandboxShortid: types.string,
18+
showcasedSandboxShortid: types.maybe(types.string),
1919
subscriptionSince: types.maybe(types.string),
2020
username: types.string,
2121
viewCount: types.number,

0 commit comments

Comments
 (0)