diff --git a/src/pages/names/NamesPage.tsx b/src/pages/names/NamesPage.tsx
index 73c71f7..f8b8121 100644
--- a/src/pages/names/NamesPage.tsx
+++ b/src/pages/names/NamesPage.tsx
@@ -119,11 +119,13 @@
// Purchase name button
extra={<>
-
- }>
- {t("names.purchaseButton")}
-
-
+ {!error && !isEmpty && (
+
+ }>
+ {t("names.purchaseButton")}
+
+
+ )}
>}
>
{(() => {