Skip to content

Commit

Permalink
Update airdrop screen issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Jun 25, 2024
1 parent adfa518 commit 67bc896
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ function Component({ airdropInfo, className }: Props) {
<span>{item.end ? customFormatDate(item.end, '#DD# #MMM#') : '__'}</span>
</div>
</div>
<div className='__eligibility-item-line'>
<div className='__eligibility-item-line-label'>{t('Method')}</div>
</div>

<div className='__eligibility-item-note'>
<span className='__eligibility-item-note-label'>{t('Note')}:</span>
Expand Down

0 comments on commit 67bc896

Please sign in to comment.