Skip to content

Commit f4ef4a4

Browse files
authored
UX: Fix regression with layout (#81)
An additional div from the last commit broke the layout of the right sidebar.
1 parent 5f7a0b4 commit f4ef4a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascripts/connectors/before-list-area/tc-right-sidebar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import Component from "@ember/component";
22
import { service } from "@ember/service";
3+
import { tagName } from "@ember-decorators/component";
34
import discourseComputed from "discourse/lib/decorators";
45

6+
@tagName("")
57
export default class TcRightSidebar extends Component {
68
@service router;
79
@service site;

0 commit comments

Comments
 (0)