diff --git a/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx b/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx index 31baf48345..8a6211b4c3 100644 --- a/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx +++ b/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx @@ -167,10 +167,11 @@ export const PushNotificationsBanner = ({ children }: { children: ReactElement } Get notified about pending signatures, incoming and outgoing transactions and more when Safe{`{Wallet}`}{' '} is in the background or closed. -
- {totalAddedSafes > 0 && ( - - {(isOk) => ( + {/* Cannot wrap singular button as it causes style inconsistencies */} + + {(isOk) => ( +
+ {totalAddedSafes > 0 && ( - + {safe && ( + + + + )} +
)} -
+ }