Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
NTR - Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbrode committed Jun 3, 2019
1 parent afb4e2a commit 1d20c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/administration/page/sw-product-detail/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { Component } from 'src/core/shopware';
import template from './sw-product-detail.html.twig';

Component.override('sw-product-detail', {
template,
});
template
});

0 comments on commit 1d20c5a

Please sign in to comment.