Fix old empty state data

This commit is contained in:
Max Goodhart
2020-06-18 15:31:13 -07:00
parent 9c379a912b
commit 9a9c500137

View File

@@ -18,8 +18,9 @@ const viewStateMachine = Machine(
empty: { empty: {
entry: [ entry: [
assign({ assign({
pos: { url: null }, pos: {},
info: {}, info: {},
url: null,
}), }),
'hideView', 'hideView',
], ],