Lint
This commit is contained in:
@@ -441,7 +441,8 @@ const UserDialog = (props) => {
|
|||||||
const baseUrlHelperText = (() => {
|
const baseUrlHelperText = (() => {
|
||||||
if (baseUrl.length > 0 && !baseUrlValid) {
|
if (baseUrl.length > 0 && !baseUrlValid) {
|
||||||
return t("prefs_users_dialog_base_url_invalid");
|
return t("prefs_users_dialog_base_url_invalid");
|
||||||
} else if (baseUrlExists) {
|
}
|
||||||
|
if (baseUrlExists) {
|
||||||
return t("prefs_users_dialog_base_url_exists");
|
return t("prefs_users_dialog_base_url_exists");
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user