Skip to content

Commit

Permalink
fix(address activity list): button ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Oct 17, 2024
1 parent 468e4ab commit 188c1c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export const AddressActivityList: React.FC<AddressActivityListProps> = ({
onClick={() => {
setSelectedChain(row.original);
}}
className={
changeSelectedChain
? "hover:underline transition-all"
: ""
}
>
{row.getValue("label")}
</button>
Expand Down

0 comments on commit 188c1c6

Please sign in to comment.