Skip to content

Commit 2a18834

Browse files
authored
DEV: Remove accidental whitespace from PluginOutlet (#32777)
1 parent de2159c commit 2a18834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/discourse/app/components/plugin-outlet.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default class PluginOutletComponent extends Component {
125125
}
126126

127127
<template>
128-
{{#if (this.connectorsExist hasBlock=(has-block))~}}
128+
{{~#if (this.connectorsExist hasBlock=(has-block))~}}
129129
{{~#if (has-block)~}}
130130
<PluginOutlet
131131
@name={{concat @name "__before"}}

0 commit comments

Comments
 (0)