This commit is contained in:
Ibrahem Khalil 2024-03-21 11:23:56 +02:00 committed by ibrkhalil
parent 9bc9998b49
commit 3c36577e26
No known key found for this signature in database
GPG Key ID: 4DC01DE789FD7BD3
1 changed files with 1 additions and 1 deletions

View File

@ -432,5 +432,5 @@
:communities/token-gated-not-a-member?
(fn [[_ community-id]]
[(re-frame/subscribe [:communities/community community-id])])
(fn [[{:keys [token-permissions joined]}] _]
(fn [{:keys [token-permissions joined]}]
(and (not joined) (some? token-permissions))))