Skip to content

Commit

Permalink
Remove unnecessary props.clusterUri from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored and github-actions committed Nov 20, 2024
1 parent 4d19bcb commit 1d9784b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const Resources = memo(
void fetch({ clear: true });
});
return cleanup;
}, [onResourcesRefreshRequest, fetch, props.clusterUri]);
}, [onResourcesRefreshRequest, fetch]);

const { getAccessRequestButton } = props;
// The action callback in the requestAccess action has access to
Expand Down

0 comments on commit 1d9784b

Please sign in to comment.