Skip to content

Commit

Permalink
removed sorting by transfersLast24h until ready fom api
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed May 14, 2024
1 parent 53ff62f commit 65553d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pages/Applications/Applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,7 @@ export const Applications = () => {
<th>
<Sort id='balance' field='Balance' />
</th>
<th>
<Sort
id='transfersLast24h'
field='Transactions / 24h'
/>
</th>
<th>Transactions</th>
<th className='text-end'>Deployed</th>
</tr>
</thead>
Expand Down

0 comments on commit 65553d1

Please sign in to comment.