Skip to content

Commit

Permalink
ADM-955: [frontend] feat: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandy-Tang committed Jun 3, 2024
1 parent 51872c4 commit 1176e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/context/stepper/StepperSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const shouldMetricsLoaded = (state: RootState) => state.stepper.shouldMet
export const selectMetricsPageFailedTimeRangeInfos = (state: RootState) =>
state.stepper.metricsPageTimeRangeLoadingStatus;

export const selectReportPageFailedTimeRangeInfos = (state: RootState) => state.stepper.reportPageTimeRangeLoadingStatus;
export const selectReportPageFailedTimeRangeInfos = (state: RootState) =>
state.stepper.reportPageTimeRangeLoadingStatus;

export default stepperSlice.reducer;

0 comments on commit 1176e81

Please sign in to comment.