Skip to content

chore: fix some comments #820

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ information on using pull requests.

A good way to familiarize yourself with the code base and successfully submit your first Pull Request is to [find an issue](https://github.blog/2020-01-22-browse-good-first-issues-to-start-contributing-to-open-source/) labeled `Good First Issue`.

Project leads carefully curate issues and label with `Good First Issue` only the ones that can be solved independently by new contributors such as yourself. Work at your own pace. You will not be dependant and waiting on other contributors to solve their open issues nor will you block contributors waiting on you. Take your time. Make a good first impression!
Project leads carefully curate issues and label with `Good First Issue` only the ones that can be solved independently by new contributors such as yourself. Work at your own pace. You will not be dependent and waiting on other contributors to solve their open issues nor will you block contributors waiting on you. Take your time. Make a good first impression!

Having a successfully merged PR 🔐 unlocks the first level🌟 of access to the core team inner circles. Looking forward to meeting you there! 🙌

2 changes: 1 addition & 1 deletion src/pages/Migrate/Migrate.tsx
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ const MigrateUI = () => {
{/* />*/}

{/* <StatCard*/}
{/* icon={<StatisticImage src={AlreadyEarned} alt="Alread yEarned" />}*/}
{/* icon={<StatisticImage src={AlreadyEarned} alt="Already Earned" />}*/}
{/* title={t('migratePage.alreadyEarned')}*/}
{/* stat={`$150.000`}*/}
{/* />*/}
2 changes: 1 addition & 1 deletion src/state/stake/hooks.ts
Original file line number Diff line number Diff line change
@@ -351,7 +351,7 @@ export function useGetStakingDataWithAPR(version: number) {
...aprResponses[i]
}))
)
//@ts-expect-error because this is neccesary
//@ts-expect-error because this is necessary
.then(setStakingInfoData)
}