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(wallet): add missing space between words in wallet #279

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

cxheng315
Copy link
Contributor

Description

Add missing space between words

image

Linked Issues

Additional context

fix word spacing
Copy link

vercel bot commented Sep 6, 2024

@cxheng315 is attempting to deploy a commit to the RSS3 Team on Vercel.

A member of the Team first needs to authorize it.

@@ -40,7 +40,7 @@ export const MyWalletSection = () => {
<div>
<div className="text-sm">
<p>
Power is an ERC-20 token on the
Power is an ERC-20 token on the
Copy link
Member

Choose a reason for hiding this comment

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

This won't work, please use {' '} and make sure linter doesn't complain.

Copy link
Member

Choose a reason for hiding this comment

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

Do we switch to Preitter to format the code instead of eslint to keep the format uniform? @hyoban

Copy link
Member

Choose a reason for hiding this comment

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

I'm OK with Prettier, you can easily switch to Prettier now.

Signed-off-by: Innei <i@innei.in>
@Innei Innei merged commit 6873d21 into RSSNext:dev Sep 6, 2024
1 of 2 checks 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.

3 participants