fix language selector

This commit is contained in:
Amruth Pillai
2024-03-10 11:12:15 +01:00
parent 7ceb0f6e39
commit 53dfd4cb09
3 changed files with 35 additions and 30 deletions

View File

@ -291,7 +291,7 @@ export const ImportDialog = () => {
<DialogFooter>
<AnimatePresence presenceAffectsLayout>
{(!validationResult ?? false) && (
{(!validationResult || false) && (
<Button type="button" onClick={onValidate}>
{t`Validate`}
</Button>