mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: correctly position below-direct-chat-channels (#28283)
It should be below channels, not above.
This commit is contained in:
@@ -57,11 +57,6 @@ export default class ChannelsListDirect extends Component {
|
||||
}
|
||||
|
||||
<template>
|
||||
<PluginOutlet
|
||||
@name="below-direct-chat-channels"
|
||||
@tagName=""
|
||||
@outletArgs={{hash inSidebar=this.inSidebar}}
|
||||
/>
|
||||
{{#if
|
||||
(and
|
||||
this.showDirectMessageChannels
|
||||
@@ -127,5 +122,11 @@ export default class ChannelsListDirect extends Component {
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
<PluginOutlet
|
||||
@name="below-direct-chat-channels"
|
||||
@tagName=""
|
||||
@outletArgs={{hash inSidebar=this.inSidebar}}
|
||||
/>
|
||||
</template>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user