Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Sep 22, 2023
1 parent 0f24934 commit 2825da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/js/apps/sample/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import i18n from "dojo/i18n!./nls/bundle";
import i18n from "dojo/i18n!./nls/bundle";
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_popupstypes/DomainPopupsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class DomainPopupsFactory {
const props = this._properties;
props.popupTemplates.forEach((template) => {
this.registerPopupTemplate(template);
})
});
}

deactivate() {
Expand Down

0 comments on commit 2825da0

Please sign in to comment.