diff --git a/ghost/sodo-search/src/components/PopupModal.js b/ghost/sodo-search/src/components/PopupModal.js
index 541d6e202e..909a1fd5d5 100644
--- a/ghost/sodo-search/src/components/PopupModal.js
+++ b/ghost/sodo-search/src/components/PopupModal.js
@@ -197,7 +197,7 @@ function TagListItem({tag}) {
const {name, url} = tag;
return (
{
if (url) {
window.location.href = url;
@@ -224,7 +224,7 @@ function TagResults({tags}) {
);
});
return (
-
+
Tags
{TagItems}
@@ -234,7 +234,7 @@ function TagResults({tags}) {
function PostListItem({post}) {
const {title, excerpt, url} = post;
return (
-
{
+
{
if (url) {
window.location.href = url;
}
@@ -267,7 +267,7 @@ function PostResults({posts}) {
);
});
return (
-
+
Posts
{PostItems}
@@ -320,7 +320,7 @@ function AuthorResults({authors}) {
});
return (
-
+
Authors
{AuthorItems}
@@ -399,7 +399,7 @@ function Search() {
}
}}
>
-