Skip to content

Commit 79d730b

Browse files
committed
Revert comment refactor
1 parent 473bfcd commit 79d730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/vue_components/show/config/acts_and_scenes/ConfigScenes.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default {
303303
'IS_SHOW_EDITOR',
304304
]),
305305
sceneTableItems() {
306-
// Get ordering of ConfigActs
306+
// Get ordering of Acts
307307
const acts = [];
308308
if (this.CURRENT_SHOW.first_act_id != null && this.ACT_LIST.length > 0) {
309309
let act = this.ACT_BY_ID(this.CURRENT_SHOW.first_act_id);

0 commit comments

Comments
 (0)