Skip to content

Commit

Permalink
Fix promotion operator navigation (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zishan-7 authored Oct 15, 2024
1 parent 4ca02b3 commit a63ee38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avs/AVSDetailsOperatorsTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function AVSOperatorsList({ address, avsError, isAVSLoading, tvl }) {
className="size-16 cursor-pointer border-t border-outline bg-black/100 transition-colors hover:bg-default"
key={`promoted-operator-item-${i}`}
onClick={() =>
navigate(`/operators/${operator.address}`, {
navigate(`/operators/${operator.operator}`, {
state: { operator }
})
}
Expand Down

0 comments on commit a63ee38

Please sign in to comment.