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: {
entry: [
assign({
pos: { url: null },
pos: {},
info: {},
url: null,
}),
'hideView',
],