diff --git a/playground/knot/src/Editor/Diagnostics.tsx b/playground/knot/src/Editor/Diagnostics.tsx index 13e63c71b2..5d4301d974 100644 --- a/playground/knot/src/Editor/Diagnostics.tsx +++ b/playground/knot/src/Editor/Diagnostics.tsx @@ -88,7 +88,7 @@ function Items({ > {diagnostic.message()} - {id != null && `(${id})`} [Ln {startLine}, Col {startColumn}] + {id != null && ` (${id})`} [Ln {startLine}, Col {startColumn}]