diff --git a/src/features/compose/containers/warning-container.tsx b/src/features/compose/containers/warning-container.tsx index 1ecc99359..cf80aee6c 100644 --- a/src/features/compose/containers/warning-container.tsx +++ b/src/features/compose/containers/warning-container.tsx @@ -45,28 +45,28 @@ const WarningWrapper: React.FC = ({ composeId }) => { } if (account?.source?.nostr?.nip05 === undefined) { - if (settingsNotifications.has('needsNip05')) { - return ( - - - - ), - }} - /> - ); - } else { - return ( - - ); - } + return ( + + + + ), + }} + /> + ) : ( + + )} + /> + ); } if (needsLockWarning) {