fix(ui) - userDeviceHeapSize null
This commit is contained in:
parent
848520790b
commit
e41209c0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -492,5 +492,5 @@ function Performance({
|
|||
}
|
||||
|
||||
export const ConnectedPerformance = connect((state: any) => ({
|
||||
userDeviceHeapSize: state.getIn(['sessions', 'current']).userDeviceHeapSize,
|
||||
userDeviceHeapSize: state.getIn(['sessions', 'current']).userDeviceHeapSize || 0,
|
||||
}))(observer(Performance));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue