Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TW-1340: Disable buy, list, mint NFT for IOS #1073

Merged

Conversation

lendihop
Copy link
Contributor

@lendihop lendihop self-assigned this Apr 12, 2024
@@ -89,7 +97,8 @@ export const CollectibleItem = memo<Props>(({ item, collectionContract, accountP
if (!highestOffer) {
return {
title: 'No offers yet',
disabled: true
disabled: true,
onPress: emptyFn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make onPress optional

Copy link

@IrynaKhyzhynska IrynaKhyzhynska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

android done 1.25_1341

Copy link
Contributor

@tttt24 tttt24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@alex-tsx alex-tsx merged commit 3f373f1 into development Apr 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants