mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fix: Backend error on loading the domains page.
This commit is contained in:
@@ -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)} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user