Skip to content

Commit

Permalink
Adjust indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Timo Pollmeier <[email protected]>
  • Loading branch information
a-h-abdelsalam and timopollmeier committed Nov 14, 2023
1 parent c6587df commit 41deb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/pages/reports/row.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ const Row = ({
status === TASK_STATUS.interrupted
? TASK_STATUS.uploadinginterrupted
: status === TASK_STATUS.running || status === TASK_STATUS.processing
? TASK_STATUS.uploading
: TASK_STATUS.container;
? TASK_STATUS.uploading
: TASK_STATUS.container;
}
progress = task.progress;
}
Expand Down

0 comments on commit 41deb65

Please sign in to comment.