Skip to content

Commit

Permalink
fix: Fix lint - Unreachable code no-unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Dec 22, 2021
1 parent 5732a26 commit 59e5bc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/lb-components/src/store/annotation/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ export const annotationReducer = (
step: toStep,
toolInstance: annotationEngine.toolInstance,
};
break;
}

case ANNOTATION_ACTIONS.SET_LOADING: {
Expand All @@ -489,6 +488,4 @@ export const annotationReducer = (
default:
return state;
}

return state;
};

0 comments on commit 59e5bc2

Please sign in to comment.