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:page display account is undefined #928

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

alexsupa597
Copy link
Contributor

What problem does this PR solve?

As title.

Ref: Magickbase/godwoken_explorer#1351

Check List

Test

e2e Test

Task

none

@vercel
Copy link

vercel bot commented Mar 28, 2023

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

Name Status Preview Comments Updated
godwoken-explorer-ui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 28, 2023 at 9:30AM (UTC)

package.json Outdated
@@ -56,7 +56,7 @@
"@types/node": "18.11.19",
"@types/phoenix": "1.5.4",
"@types/qrcode": "1.5.0",
"@types/react": "17.0.53",
"@types/react": "^18.0.4",
Copy link
Member

Choose a reason for hiding this comment

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

Dep should be pinned. And are there no changes in yarn.lock when the dep is upgraded?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@alexsupa597 alexsupa597 Mar 28, 2023

Choose a reason for hiding this comment

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

Dep should be pinned. And are there no changes in yarn.lock when the dep is upgraded?

yep. The version of Dep was fixed and the error was also resolved.
The yarn.lock seems to be ignored and the package-lock is instead.

image

@codecov-commenter
Copy link

Codecov Report

Merging #928 (f5be983) into develop (703b622) will decrease coverage by 1.24%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #928      +/-   ##
===========================================
- Coverage    68.30%   67.07%   -1.24%     
===========================================
  Files           18       18              
  Lines         1325     1321       -4     
  Branches       788      788              
===========================================
- Hits           905      886      -19     
- Misses         364      380      +16     
+ Partials        56       55       -1     
Impacted Files Coverage Δ
pages/nft-collections/index.tsx 81.69% <100.00%> (ø)

... and 4 files with indirect coverage changes

@Keith-CY Keith-CY merged commit fb5b6c3 into develop Apr 3, 2023
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.

3 participants