fix show_lines button visible in edit mode if you change tabs

This commit is contained in:
cle1000 2017-02-08 21:07:40 +01:00
parent 28c0596742
commit b4bed57d4c

View File

@ -89,7 +89,7 @@ export default function reducer(state = defaultState, action) {
...state,
tab: action.tab ? action.tab : 'request',
displayLarge: false,
showFullContent: false
showFullContent: state.contentView == 'Edit'
}
case SET_CONTENT_VIEW: