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

fix for iOS: Render label for collection reference asset #203

Closed
wants to merge 3 commits into from

Conversation

skodamarthi
Copy link
Contributor

@skodamarthi skodamarthi commented Oct 24, 2023

resolves #159

Change Type (required)

Indicate the type of change your pull request is:

  • patch
  • minor
  • major

@skodamarthi
Copy link
Contributor Author

@hborawski Can you please review?

@hborawski hborawski added skip-release Preserve the current version when merged hacktoberfest labels Oct 24, 2023
@mercillo
Copy link
Contributor

you may need to pull in the main branch as your builds are failing

@@ -31,6 +31,7 @@ struct CollectionAssetView: View {
@ViewBuilder
var body: some View {
VStack {
model.data.label?.asset?.view.font(.label)
Copy link
Contributor

Choose a reason for hiding this comment

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

This has a compilation error as CollectionData has no label member. You will need to update the data struct to reflect what needs to be decoded

@KetanReddy KetanReddy closed this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS: Render label for collection reference asset
4 participants