Skip to content

Commit 6ff329c

Browse files
committed
Fix lint
1 parent 396df66 commit 6ff329c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/builder/features/topbar/domains.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const DomainItem = ({
294294
if (cname === "@") {
295295
findDomainRegistrar({ domain: projectDomain.domain });
296296
}
297-
}, [projectDomain.domain, cname]);
297+
}, [projectDomain.domain, cname, findDomainRegistrar]);
298298
const dnsRecords = [
299299
{
300300
// use alias for domain root when supported to avoid conflicting

0 commit comments

Comments
 (0)