Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Jan 29, 2025
1 parent 3307fec commit 5bc2f04
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ export const PackageStatusChipStack = ({
hideStatus(status),
]);
return Object.fromEntries(entries);
}, [
isRevisionRequired,
isUpdateRequested,
submissionPackage.status,
hideStatus,
]);
}, [submissionPackage.status, hideStatus]);

return (
<Box sx={{ display: "inline-block", width: "fit-content" }}>
Expand Down

0 comments on commit 5bc2f04

Please sign in to comment.