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

🎨 Filter 'purchase all' by isWritingNFT #1255

Merged
merged 1 commit into from
Jul 31, 2023
Merged

🎨 Filter 'purchase all' by isWritingNFT #1255

merged 1 commit into from
Jul 31, 2023

Conversation

WeiJun0827
Copy link
Contributor

No description provided.

@@ -410,6 +411,7 @@ export default {
c.price > 0 ||
this.getNFTClassPurchaseInfoById(c.classId)?.totalPrice > 0
)
.filter(c => checkIsWritingNFT(this.getNFTClassMetadataById(c.classId)))
Copy link
Member

Choose a reason for hiding this comment

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

Can we combine all filters?

@WeiJun0827 WeiJun0827 requested a review from nwingt July 26, 2023 22:27
williamchong added a commit that referenced this pull request Jul 27, 2023
@williamchong williamchong changed the base branch from master to develop July 31, 2023 07:26
@williamchong williamchong merged commit 2ed14ab into likecoin:develop Jul 31, 2023
1 check 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.

None yet

3 participants