diff --git a/src/containers/Alerts/Estimates/EstimateRejectAlert.js b/src/containers/Alerts/Estimates/EstimateRejectAlert.js index e8822b297..d4bc2384e 100644 --- a/src/containers/Alerts/Estimates/EstimateRejectAlert.js +++ b/src/containers/Alerts/Estimates/EstimateRejectAlert.js @@ -24,11 +24,7 @@ function EstimateRejectAlert({ // #withAlertActions closeAlert, }) { - - const { - mutateAsync: rejectEstimateMutate, - isLoading - } = useRejectEstimate(); + const { mutateAsync: rejectEstimateMutate, isLoading } = useRejectEstimate(); // Handle cancel reject estimate alert. const handleCancelRejectEstimate = () => { @@ -61,7 +57,7 @@ function EstimateRejectAlert({ loading={isLoading} >

- +

);