diff --git a/web/components/Clean.tsx b/web/components/Clean.tsx
index 3ef8f62..be14df3 100644
--- a/web/components/Clean.tsx
+++ b/web/components/Clean.tsx
@@ -20,6 +20,6 @@ export default function Clean({value, as}: CleanProps) {
{encoded}
) : (
- cleaned
+ {cleaned}
)
}