Skip to content

Commit

Permalink
wc: remove whitespate custom-sidebar #TASK-5060
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodielm committed Oct 11, 2023
1 parent 4a0945c commit d61c96f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webcomponents/commons/layouts/custom-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {LitElement, html, nothing} from "lit";
import LitUtils from "../utils/lit-utils.js";
import UtilsNew from "../../../core/utils-new.js";


export default class CustomSidebar extends LitElement {

constructor() {
Expand Down Expand Up @@ -61,7 +60,6 @@ export default class CustomSidebar extends LitElement {
`;
}


render() {
return html`
${this.renderStyle()}
Expand Down

0 comments on commit d61c96f

Please sign in to comment.