Skip to content

Commit 4e362ee

Browse files
committed
lint
1 parent 00f2b2c commit 4e362ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sonarqube-issues/src/components/SonarqubeIssues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const SonarqubeIssues: React.FC<SonarqubeIssuesProps> = ({ entityYaml }) => {
151151
setIsLoading(false);
152152
};
153153
void fetchData();
154-
}, [entityYaml?.info, baseUrl, project]);
154+
}, [entityYaml?.info, baseUrl, project, toast]);
155155

156156
const issuesByKey = useMemo(() => {
157157
if (posts && posts instanceof Array && posts.length > 0) {

0 commit comments

Comments
 (0)