Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervriends committed Mar 14, 2021
1 parent 33613a9 commit 269a684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/src/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ app.initializers.add("v17development-user-badges", () => {
app.store.models.badgeCategories = BadgeCategory;

// Register extension settings page
app.extensionData.for("v17development-user-badges").registerPage(SettingsPage);
app.extensionData
.for("v17development-user-badges")
.registerPage(SettingsPage);

app.extensionData
.for("v17development-badges")
Expand Down

0 comments on commit 269a684

Please sign in to comment.