diff --git a/src/components/settings/ImportAllDialog/index.tsx b/src/components/settings/ImportAllDialog/index.tsx index 457a946ef5..a8f2031592 100644 --- a/src/components/settings/ImportAllDialog/index.tsx +++ b/src/components/settings/ImportAllDialog/index.tsx @@ -146,16 +146,12 @@ const ImportAllDialog = ({ handleClose }: { handleClose: () => void }): ReactEle
Only JSON files exported from a Safe can be imported. - - {!!jsonData && ( - - Overwrite your current data? - This action will overwrite your currently added Safes and address book entries with those from the imported - file. - - )} + + Overwrite your current data? + This action will overwrite your currently added Safes and address book entries with those from the imported + file. + -