fix(dashboard): defensive null guard in ContributorStack; fix spec makeDoc factories
This commit is contained in:
@@ -20,6 +20,8 @@ function makeDoc(
|
||||
annotationCount: 0,
|
||||
textedBlockCount: 0,
|
||||
reviewedBlockCount: 0,
|
||||
contributors: [],
|
||||
hasMoreContributors: false,
|
||||
...overrides
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user