mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:59:39 +08:00
DEV: Partially revert 98c49acad5
(#16578)
Use of glimmer component breaks site not on Ember CLI.
This commit is contained in:
parent
0f7b198ca0
commit
532f9cdb1a
|
@ -1,3 +0,0 @@
|
|||
import GlimmerComponent from "discourse/components/glimmer";
|
||||
|
||||
export default class Sidebar extends GlimmerComponent {}
|
|
@ -26,10 +26,6 @@
|
|||
{{plugin-outlet name="top-notices" connectorTagName="div" args=(hash currentPath=router._router.currentPath)}}
|
||||
</div>
|
||||
|
||||
{{#if currentUser.experimental_sidebar_enabled}}
|
||||
<Sidebar />
|
||||
{{/if}}
|
||||
|
||||
{{outlet}}
|
||||
{{outlet "user-card"}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user