Skip to content

Commit

Permalink
fix: transaction history view, disable warning message for cosmos chains
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanshukhov committed Jan 23, 2023
1 parent 328ba20 commit 6a8de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/transactions/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
syncing-allowed? @(re-frame/subscribe [:mobile-network/syncing-allowed?])]
[react/view {:flex 1}
[chain-explorer-link address]
(cond (or non-archival-rpc-node? binance-chain?)
(cond (or non-archival-rpc-node? (and non-archival-rpc-node? binance-chain?))
[non-archival-node]
custom-rpc-node?
[custom-node])
Expand Down

0 comments on commit 6a8de41

Please sign in to comment.