mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix syntax for outletArgs in header component (#31220)
The parenthesis were causing minimized to return undefined
This commit is contained in:
@@ -315,7 +315,7 @@ export default class GlimmerHeader extends Component {
|
||||
</div>
|
||||
<PluginOutlet
|
||||
@name="after-header"
|
||||
@outletArgs={{hash minimized=(@topicInfoVisible)}}
|
||||
@outletArgs={{hash minimized=@topicInfoVisible}}
|
||||
/>
|
||||
</header>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user