There was an error while loading. Please reload this page.
1 parent 4910237 commit 9915901Copy full SHA for 9915901
1 file changed
src/networks/network.js
@@ -4,7 +4,7 @@ import { get } from 'mobx';
4
export default types
5
.model('Network')
6
.props({
7
- countsMap: types.optional(types.map(types.maybe(types.number)), {}),
+ countsMap: types.optional(types.map(types.maybeNull(types.number)), {}),
8
})
9
.views(self => ({
10
count({ type, id }) {
0 commit comments