From e3bd5b9c0735939c6b06e9762a3ad041b8b05d6e Mon Sep 17 00:00:00 2001 From: Towfiq Date: Tue, 20 Dec 2022 21:53:42 +0600 Subject: [PATCH] fix: Backend error on loading the domains page. --- pages/domains/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/domains/index.tsx b/pages/domains/index.tsx index 790b310..335d09c 100644 --- a/pages/domains/index.tsx +++ b/pages/domains/index.tsx @@ -38,7 +38,7 @@ const SingleDomain: NextPage = () => { )} - {'Domains - SerpBear' } + Domains - SerpBear setShowSettings(true)} showAddModal={() => setShowAddDomain(true)} />