Add example cover

This commit is contained in:
Lachlan Kermode
2019-02-07 12:21:23 +00:00
parent ed9af1cbf6
commit 4e96d92616
5 changed files with 29 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ export function toggleFlagAC (flag) {
...appState,
flags: {
...appState.flags,
isCover: !appState.flags[flag]
[flag]: !appState.flags[flag]
}
})
}