diff --git a/frontend/src/components/react/Search.tsx b/frontend/src/components/react/Search.tsx
index 14b2343..1a96b91 100644
--- a/frontend/src/components/react/Search.tsx
+++ b/frontend/src/components/react/Search.tsx
@@ -234,8 +234,13 @@ export default function Search() {
}`}
>
-
- {title}
+
+ {title}
+ {p.draft && (
+
+ Draft
+
+ )}