console logs removed and changes made

This commit is contained in:
Sol
2020-08-03 18:51:35 +01:00
committed by Lachlan Kermode
parent 8e4ca6b8fc
commit 19201a5808
3 changed files with 3 additions and 10 deletions

View File

@@ -247,7 +247,7 @@ export function updateNarrative (narrative) {
}
export const UPDATE_NARRATIVE_STEP_IDX = 'UPDATE_NARRATIVE_STEP_IDX'
export function selectNarrativeIdx (idx) {
export function updateNarrativeStepIdx (idx) {
return {
type: UPDATE_NARRATIVE_STEP_IDX,
idx