Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix #596: Notification when safe is already updated (#599)
Browse files Browse the repository at this point in the history
* Fix notification of update if the safe is already updated

* Makes the notification clickable
Displays the notification for owners only

* Identify upgrade tx

* Add red badge to Settings tab

* Fixs Padding
Removes the red dot if the user is not an owner

Co-authored-by: Fernando <[email protected]>
  • Loading branch information
Agupane and fernandomg committed Mar 9, 2020
1 parent d3bac2f commit c4a893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/safe/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const Layout = (props: Props) => {
Apps
</>
)

const labelSettings = (
<>
<SettingsIcon />
Expand Down

0 comments on commit c4a893d

Please sign in to comment.