diff --git a/src/components/Projects/ProjectCard/VestingProgress.tsx b/src/components/Projects/ProjectCard/VestingProgress.tsx index 559b12821..48da13d17 100644 --- a/src/components/Projects/ProjectCard/VestingProgress.tsx +++ b/src/components/Projects/ProjectCard/VestingProgress.tsx @@ -82,7 +82,9 @@ const VestingProgress = ({ project, basic }: Props) => { {contract?.finish_at && (
- {Time(contract.finish_at).isBefore(Time()) ? t('page.grants.ended_date') : t('page.grants.end_date')} + {Time.unix(contract.finish_at).isBefore(Time()) + ? t('page.grants.ended_date') + : t('page.grants.end_date')} {Time.unix(contract.finish_at).fromNow()}