diff --git a/src/pages/search.jsx b/src/pages/search.jsx
index e86f0850..e8cc9da5 100644
--- a/src/pages/search.jsx
+++ b/src/pages/search.jsx
@@ -253,21 +253,21 @@ function Search(props) {
{hashtagResults.map((hashtag) => {
const { name, history } = hashtag;
- const total = history.reduce(
+ const total = history?.reduce?.(
(acc, cur) => acc + +cur.uses,
0,
);
return (
- -
+
-
- {hashtag.name}
+ {name}
{!!total && (
{shortenNumber(total)}