Lint
This commit is contained in:
parent
b2f4046574
commit
f382a13109
1 changed files with 2 additions and 1 deletions
|
|
@ -441,7 +441,8 @@ const UserDialog = (props) => {
|
|||
const baseUrlHelperText = (() => {
|
||||
if (baseUrl.length > 0 && !baseUrlValid) {
|
||||
return t("prefs_users_dialog_base_url_invalid");
|
||||
} else if (baseUrlExists) {
|
||||
}
|
||||
if (baseUrlExists) {
|
||||
return t("prefs_users_dialog_base_url_exists");
|
||||
}
|
||||
return "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue