Skip to content

Commit

Permalink
Merge pull request #288 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
remove start date from incentives
  • Loading branch information
mstfash authored Dec 16, 2021
2 parents 7d2c44a + 9c0dd04 commit faf0967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Earn/Incentives/IncentiveRound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const IncentiveRound = ({ round, collapsed }: Props) => {
</LeftBlock>
<RightBlock>
<Info>
<InfoCol>
{/* <InfoCol>
<InfoLabel>
Start Date
</InfoLabel>
Expand All @@ -95,7 +95,7 @@ const IncentiveRound = ({ round, collapsed }: Props) => {
distro.from
)}
</InfoValue>
</InfoCol>
</InfoCol> */}
<InfoCol>
<InfoLabel>
End Date
Expand Down

0 comments on commit faf0967

Please sign in to comment.