Skip to content

Commit

Permalink
rename sub to fix error when requesting to join community (#20868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mut authored Jul 26, 2024
1 parent 3aa7e10 commit 737d8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
airdrop-account (rf/sub [:communities/airdrop-account id])
revealed-accounts (rf/sub [:communities/accounts-to-reveal id])
revealed-accounts-count (count revealed-accounts)
wallet-accounts-count (count (rf/sub [:wallet/operable-accounts-without-watched-accounts]))
wallet-accounts-count (count (rf/sub [:wallet/operable-accounts]))
addresses-shared-text (if (= revealed-accounts-count wallet-accounts-count)
(i18n/label :t/all-addresses)
(i18n/label-pluralize
Expand Down

0 comments on commit 737d8c4

Please sign in to comment.