@schneideress/dashboardframework 0.0.189 → 0.0.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2600,14 +2600,14 @@
2600
2600
  html += this.getHtmlForButton('wcDownloadExcel', 'fal fa-download', this.excelText);
2601
2601
  html += '</div>';
2602
2602
  }
2603
- if (this.isDownloadIconVisible && this.isWidgetMgmnt) {
2604
- html += this.getHr();
2605
- }
2606
- if (this.isWidgetMgmnt) {
2607
- html += '<a id="wcWidgetDelete"><i class="fal fa-times" style="padding-left: 3px;color: red;"></i><span>';
2608
- html += this.deleteText;
2609
- html += '</span></a>';
2610
- }
2603
+ }
2604
+ if (this.isDownloadIconVisible && this.isWidgetMgmnt) {
2605
+ html += this.getHr();
2606
+ }
2607
+ if (this.isWidgetMgmnt) {
2608
+ html += '<a id="wcWidgetDelete"><i class="fal fa-times" style="padding-left: 3px;color: red;"></i><span>';
2609
+ html += this.deleteText;
2610
+ html += '</span></a>';
2611
2611
  }
2612
2612
  html += '</div>';
2613
2613
  return html;