fix: Backend error on loading the domains page.

This commit is contained in:
Towfiq
2022-12-20 21:53:42 +06:00
parent 89824ece23
commit e3bd5b9c07

View File

@@ -38,7 +38,7 @@ const SingleDomain: NextPage = () => {
</div>
)}
<Head>
<title>{'Domains - SerpBear' } </title>
<title>Domains - SerpBear</title>
</Head>
<TopBar showSettings={() => setShowSettings(true)} showAddModal={() => setShowAddDomain(true)} />