Skip to content

Commit

Permalink
Cosmetic change in upload feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Aug 15, 2024
1 parent d886b05 commit 7b2a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function uploadFeedback () {

// list filenames of current upload candidates
function listUploadedFiles(curFiles) {
let output = '';
let output = '\n';
for (const file of curFiles) {
output += `${file.name}\n`;
}
Expand Down

0 comments on commit 7b2a7ca

Please sign in to comment.