Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Oct 22, 2021
1 parent 8afa75e commit ff8e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/PackageHeader/PackageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function PackageView() {
actions.packages.fetchAndSelectAvailablePackageDetail(packageReference, packageVersion),
);
return () => {};
}, [dispatch, packageId, packageNamespace, packageCluster, packageVersion, pluginObj]);
}, [dispatch, packageReference, packageVersion]);

// Fetch all versions
useEffect(() => {
Expand Down

0 comments on commit ff8e7dc

Please sign in to comment.