diff --git a/src/components/settings/owner/EditOwnerDialog/index.tsx b/src/components/settings/owner/EditOwnerDialog/index.tsx
index 8c971c8f01..b46a8428b1 100644
--- a/src/components/settings/owner/EditOwnerDialog/index.tsx
+++ b/src/components/settings/owner/EditOwnerDialog/index.tsx
@@ -51,9 +51,11 @@ export const EditOwnerDialog = ({ chainId, address, name }: { chainId: string; a
<>
diff --git a/src/components/settings/owner/OwnerList/index.tsx b/src/components/settings/owner/OwnerList/index.tsx
index 01532c1f20..bbbad06cd0 100644
--- a/src/components/settings/owner/OwnerList/index.tsx
+++ b/src/components/settings/owner/OwnerList/index.tsx
@@ -50,13 +50,15 @@ export const OwnerList = () => {
{(isOk) => (
)}
@@ -69,13 +71,15 @@ export const OwnerList = () => {
{(isOk) => (
)}