Skip to content

Commit

Permalink
Uncomment use-unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Apr 25, 2024
1 parent ea189a2 commit 11d7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/collectible/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
{collectible-name :name} collectible-data
{collection-name :name} collection-data]

#_(rn/use-unmount #(rf/dispatch [:wallet/clear-last-collectible-details]))
(rn/use-unmount #(rf/dispatch [:wallet/clear-last-collectible-details]))

[rn/view
{:style {:flex 1
Expand Down

0 comments on commit 11d7143

Please sign in to comment.