Skip to content

Commit 41deb65

Browse files
Adjust indentation
Co-authored-by: Timo Pollmeier <[email protected]>
1 parent c6587df commit 41deb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/pages/reports/row.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ const Row = ({
109109
status === TASK_STATUS.interrupted
110110
? TASK_STATUS.uploadinginterrupted
111111
: status === TASK_STATUS.running || status === TASK_STATUS.processing
112-
? TASK_STATUS.uploading
113-
: TASK_STATUS.container;
112+
? TASK_STATUS.uploading
113+
: TASK_STATUS.container;
114114
}
115115
progress = task.progress;
116116
}

0 commit comments

Comments
 (0)