Skip to content

Commit

Permalink
View token-gated requirements is shown for non toked gated communitie…
Browse files Browse the repository at this point in the history
…s (i.e. Status) #20237
  • Loading branch information
flexsurfer committed May 29, 2024
1 parent c3dc786 commit 6499e5f
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@

(defn view-token-gating
[id]
{:icon :i/token
:right-icon :i/chevron-right
:accessibility-label :view-token-gating
:on-press #(rf/dispatch [:show-bottom-sheet
{:content (fn [] [permissions-sheet/view id])
:padding-bottom-override 16}])
:label (i18n/label :t/view-token-gating)})
(when config/show-not-implemented-features?
{:icon :i/token
:right-icon :i/chevron-right
:accessibility-label :view-token-gating
:on-press #(rf/dispatch [:show-bottom-sheet
{:content (fn [] [permissions-sheet/view id])
:padding-bottom-override 16}])
:label (i18n/label :t/view-token-gating)}))

(defn edit-shared-addresses
[id]
Expand Down

0 comments on commit 6499e5f

Please sign in to comment.