Merge branch 'master' into dashboard-improves

This commit is contained in:
Tom Moor
2017-09-03 14:23:09 -07:00
committed by GitHub
5 changed files with 21 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ async function present(ctx: Object, document: Document, options: ?Options) {
lastViewedAt: undefined,
team: document.teamId,
collaborators: [],
starred: !!document.starred,
starred: !!(document.starred && document.starred.length),
collaboratorCount: undefined,
collection: undefined,
views: undefined,