Skip to content

Commit fef57f6

Browse files
committed
Fix compilation error
1 parent b98df0d commit fef57f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/SetupPage/SetupPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const SetupPage: FC = () => {
3131
sendDeploymentEvent(buildInfoQuery.data, {
3232
type: "deployment_setup",
3333
});
34-
}, [buildInfoQuery.data, metadata.telemetry.value]);
34+
}, [buildInfoQuery.data]);
3535

3636
if (isLoading) {
3737
return <Loader fullscreen />;

0 commit comments

Comments
 (0)