diff --git a/ui/src/ui/views/debug.ts b/ui/src/ui/views/debug.ts index 5349b158085..3379e881345 100644 --- a/ui/src/ui/views/debug.ts +++ b/ui/src/ui/views/debug.ts @@ -82,13 +82,11 @@ export function renderDebug(props: DebugProps) { ${ !props.callMethod ? html` - + ` : nothing } - ${props.methods.map( - (m) => html``, - )} + ${props.methods.map((m) => html``)}