From 3a8dc7a109d900bad545598a95d4c09e5b96b38e Mon Sep 17 00:00:00 2001 From: beforetech Date: Wed, 31 Jul 2024 22:09:27 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: beforetech --- CONTRIBUTING.md | 2 +- src/pages/Migrate/Migrate.tsx | 2 +- src/state/stake/hooks.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 871e2b3ac..73212ef91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! πŸ™Œ diff --git a/src/pages/Migrate/Migrate.tsx b/src/pages/Migrate/Migrate.tsx index 2932716eb..648b7a8bd 100644 --- a/src/pages/Migrate/Migrate.tsx +++ b/src/pages/Migrate/Migrate.tsx @@ -94,7 +94,7 @@ const MigrateUI = () => { {/* />*/} {/* }*/} + {/* icon={}*/} {/* title={t('migratePage.alreadyEarned')}*/} {/* stat={`$150.000`}*/} {/* />*/} diff --git a/src/state/stake/hooks.ts b/src/state/stake/hooks.ts index 43be06a2a..b4664ff95 100644 --- a/src/state/stake/hooks.ts +++ b/src/state/stake/hooks.ts @@ -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) }