mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Lint
This commit is contained in:
@@ -21,9 +21,7 @@ export default function RevisionsList({
|
||||
const { namespace, chart } = useParams();
|
||||
|
||||
const changeRelease = (newRevision: number) => {
|
||||
navigate(
|
||||
`/${namespace}/${chart}/installed/revision/${newRevision}`
|
||||
);
|
||||
navigate(`/${namespace}/${chart}/installed/revision/${newRevision}`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user