Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: re-enable AccessTicket icon in channels header
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 1, 2023
1 parent a373cbb commit b8d5ba5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ export const MessagesHeader = (props: HeaderProps) => {
/>
</Pressable>
) : (
// TODO: Creator Tokens P1 (hide hidden class)
<Pressable onPress={inviteAllowlist} tw="hidden">
<Pressable onPress={inviteAllowlist}>
<AccessTicket
height={Platform.OS === "web" ? 20 : 24}
width={Platform.OS === "web" ? 20 : 24}
Expand Down

0 comments on commit b8d5ba5

Please sign in to comment.