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 sifchain assets #69

Merged
merged 4 commits into from
Oct 31, 2023

Conversation

thal0x
Copy link
Member

@thal0x thal0x commented Oct 31, 2023

No description provided.

@thal0x thal0x self-assigned this Oct 31, 2023
@vercel
Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ibc-dot-fun ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 1:19pm

@@ -53,6 +53,15 @@ const AssetSelectContent: FC<Props> = ({

return 0;
})
.filter((asset) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

sidenote - it's probably better to define an AssetFilter type and then have a list of filters so that this function doesn't pile up

@thal0x thal0x merged commit a296201 into enforce-both-wallets-connected Oct 31, 2023
4 checks passed
@thal0x thal0x deleted the filter-sifchain-assets branch October 31, 2023 13:21
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.

2 participants