Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix(format)
  • Loading branch information
Swordsman-Inaction committed Jun 14, 2016
commit 67e3ce9199fa1004c0aba660ffdf30e22787574f
2 changes: 1 addition & 1 deletion src/Reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function inject(state, action, props, scenes) {
}

case POP_ACTION2:
case POP_ACTION:{
case POP_ACTION: {
assert(!state.tabs, 'pop() operation cannot be run on tab bar (tabs=true)');
if (state.index === 0) {
return state;
Expand Down