lint fixes

This commit is contained in:
Sol
2020-07-14 20:06:46 +01:00
committed by Lachlan Kermode
parent 62eefca9e2
commit 90f1de296a
6 changed files with 19 additions and 19 deletions

View File

@@ -264,7 +264,7 @@ export const SELECT_NARRATIVE_EVENT = 'SELECT_NARRATIVE_EVENT'
export function selectNarrativeEvent (idx) {
return {
type: SELECT_NARRATIVE_EVENT,
idx
idx
}
}