diff --git a/app/[locale]/notifications.tsx b/app/[locale]/notifications.tsx
index 6e67411e..e0c77b13 100644
--- a/app/[locale]/notifications.tsx
+++ b/app/[locale]/notifications.tsx
@@ -127,7 +127,7 @@ const NotificationsList = async ({
return Array.from(groupBy(notifications, 'createdAt')).map(
([createdAt, notifications], index) => (
- {createdAt as string}
+ {createdAt as string}
{notifications.map(({ id, title }, index) => (
-
diff --git a/app/[locale]/search/client-utils.tsx b/app/[locale]/search/client-utils.tsx
index d6d718ed..348886ce 100644
--- a/app/[locale]/search/client-utils.tsx
+++ b/app/[locale]/search/client-utils.tsx
@@ -24,7 +24,7 @@ export function Recents({
return recents.length ? (
-
{title}
+ {title}