Skip to content

Commit

Permalink
Fixing formating issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chanaka3d committed Mar 10, 2023
1 parent 66f43e1 commit c87f70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function configReducer(state, configAction) {
case 'policies':
return { ...state, [action]: value };
case 'visibility':
if(nextState[action] !== value && value !== 'RESTRICTED') {
if (nextState[action] !== value && value !== 'RESTRICTED') {
nextState.visibleRoles = [];
}
nextState[action] = value;
Expand Down

0 comments on commit c87f70f

Please sign in to comment.