Fix markdown message line height, closes #1139

This commit is contained in:
binwiederhier
2026-02-01 12:41:00 -05:00
parent 63e9b8425f
commit 1cf23a6f86
3 changed files with 4 additions and 3 deletions

View File

@@ -473,8 +473,8 @@ const UserDialog = (props) => {
baseUrl.length > 0 && !baseUrlValid
? t("prefs_users_dialog_base_url_invalid")
: baseUrlExists
? t("prefs_users_dialog_base_url_exists")
: ""
? t("prefs_users_dialog_base_url_exists")
: ""
}
/>
)}