Skip to content

Commit

Permalink
Fix transactions link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Dec 9, 2024
1 parent d9a2739 commit d13fbdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/DAOTreasury/components/Transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ export function PaginationCount({ shownTransactions }: { shownTransactions: numb
type="address"
value={safe.address}
p={0}
isTextLink
textStyle="labels-large"
outline="unset"
outlineOffset="unset"
borderWidth={0}
>
{t('transactionsTotalCount', { count: totalTransfers })}
Expand Down

0 comments on commit d13fbdc

Please sign in to comment.