diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 7e88821a..a4ab88af 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -82,7 +82,7 @@ const Debug: React.FC = () => { const CodeBox = ({ value }: { value: string }) => (
{value || '—'}
)