Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Closes #213
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Sep 30, 2020
1 parent 1907f96 commit 17dcdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ function getOpenFileErrorDialog(options) {
let seperator = '';

if (isLast) {
seperator = ' or ';
seperator = '';
} else if (!isFirst) {
seperator = ', ';
}
Expand Down

0 comments on commit 17dcdf4

Please sign in to comment.