Skip to content

⚒️ typo identityPopover text #1705

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

Merged
merged 4 commits into from
Jan 7, 2022

Conversation

roiLeo
Copy link
Contributor

@roiLeo roiLeo commented Jan 6, 2022

What's new?

Screenshot

  • My fix has changed something on UI, a screenshot is best to understand changes for others.

@netlify
Copy link

netlify bot commented Jan 6, 2022

✔️ Deploy Preview for koda-nuxt ready!

🔨 Explore the source changes: 223aa46

🔍 Inspect the deploy log: https://app.netlify.com/sites/koda-nuxt/deploys/61d6b20bcdc93c00081ba1ed

😎 Browse the preview: https://deploy-preview-1705--koda-nuxt.netlify.app

Copy link
Member

@vikiival vikiival left a comment

Choose a reason for hiding this comment

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

otherwise LGTM

@@ -91,7 +86,7 @@ export default class IdentityPopover extends mixins(PrefixMixin) {
}

private resolveAddress(account: Address): string {
return account instanceof GenericAccountId ? account.toString() : account || ''
return account ? account.toString() : ''
Copy link
Member

Choose a reason for hiding this comment

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

Why type change ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

256k package just for a Type, why that?

@yangwao yangwao merged commit 2e65505 into kodadot:main-nuxt Jan 7, 2022
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.

IdentityPopover: Lorem ipsum
3 participants