Skip to content

Commit b83ada0

Browse files
committed
revert redundant change
1 parent 0873ce0 commit b83ada0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export default defineComponent({
350350
this.artifacts = job.artifacts || [];
351351
this.run = job.state.run;
352352
this.currentJob = job.state.currentJob;
353-
353+
354354
// sync the currentJobStepsStates to store the job step states
355355
for (let i = 0; i < this.currentJob.steps.length; i++) {
356356
const expanded = isFirstLoad && this.optionAlwaysExpandRunning && this.currentJob.steps[i].status === 'running';

0 commit comments

Comments
 (0)