Skip to content

Commit

Permalink
Fix missing message about no packages sent
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sas-on committed Jun 14, 2021
1 parent a964a25 commit 6c552a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ function ProcessPreviewTables(props) {
setSentPackages(props.groupedPackages.sent);
let abortFun = getProgress(props.employeeId, progressCallback);
return abortFun;
}
} else
setLoading(false);
}, [props.groupedPackages]);

/*useEffect(() => {
Expand Down

0 comments on commit 6c552a9

Please sign in to comment.