Skip to content

Commit

Permalink
delete multiple clicks repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdavinci committed Apr 15, 2021
1 parent b905ae6 commit 7246a04
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions components/ClicksTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,6 @@ const ClicksTable = ({ clicks, account }: {clicks: Array<Click>, account: string
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
</table>
) : (
<p style={{ textAlign: 'center', fontWeight: 'bolder', fontSize: '2rem' }}>Loading... </p>
Expand Down

0 comments on commit 7246a04

Please sign in to comment.