Skip to content

Commit

Permalink
NTR: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Apr 16, 2024
1 parent c8803a2 commit 54b0c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Component.register('mollie-pluginconfig-section-payments-format', {
*/
getFormat(ordernumber, customerNumber) {

const template = this.actualConfigData[this.currentSalesChannelId]["MolliePayments.config.formatOrderNumber"];
const template = this.actualConfigData[this.currentSalesChannelId]['MolliePayments.config.formatOrderNumber'];

const stringUtils = new StringUtils();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {Component} = Shopware;

const {Component} = Shopware;

Component.override('sw-system-config', {
provide() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./components/sw-system-config";
import './components/sw-system-config';

0 comments on commit 54b0c5c

Please sign in to comment.