Skip to content

Commit 25c8595

Browse files
committed
fix linting
1 parent 967e3b1 commit 25c8595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/javascripts/discourse/components/custom-wizard-category-settings.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import CustomWizardAdmin from "../models/custom-wizard-admin";
77
export default class CustomWizardCategorySettings extends Component {
88
@tracked wizardList = [];
99
@tracked
10-
wizardListVal =
11-
this.args?.category?.custom_fields?.create_topic_wizard;
10+
wizardListVal = this.args?.category?.custom_fields?.create_topic_wizard;
1211

1312
constructor() {
1413
super(...arguments);

0 commit comments

Comments
 (0)