diff --git a/web/src/ui.tsx b/web/src/ui.tsx
index c7572c7..690920e 100644
--- a/web/src/ui.tsx
+++ b/web/src/ui.tsx
@@ -227,6 +227,8 @@ export function Combobox({
))}
- {createError &&
{createError}}
+ {createError && (
+
+ {createError}
+
+ )}
{shown.length === 0 && creations.length === 0 && !createError && (
{emptyText}
)}