Skip to content

Commit

Permalink
fix: changed address to validatorAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
eniolam1000752 committed Oct 12, 2023
1 parent a917837 commit c36ec9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import styles from './styles.css';

const ValidatorPerformance = ({ history }) => {
const { t } = useTranslation();
const address = parseSearchParams(history.location.search).address;
const address = parseSearchParams(history.location.search).validatorAddress;
const {
isLoading,
data: { data } = {},
Expand Down

0 comments on commit c36ec9a

Please sign in to comment.