diff --git a/packages/lb-components/src/store/annotation/reducer.ts b/packages/lb-components/src/store/annotation/reducer.ts index bca224fb5..f2c81a64d 100644 --- a/packages/lb-components/src/store/annotation/reducer.ts +++ b/packages/lb-components/src/store/annotation/reducer.ts @@ -473,7 +473,6 @@ export const annotationReducer = ( step: toStep, toolInstance: annotationEngine.toolInstance, }; - break; } case ANNOTATION_ACTIONS.SET_LOADING: { @@ -489,6 +488,4 @@ export const annotationReducer = ( default: return state; } - - return state; };