Skip to content

Commit

Permalink
Update SuccessDialog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Oct 1, 2021
1 parent 8de3041 commit 5101cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Stake/DelegateDialog/SuccessDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { config } from '../../../config';

const SuccessDialog = (props) => {
const handleRedirect = () => {
const link = `${config.EXPLORER_URL}/transactions/${props.hash}`;
const link = `${config.EXPLORER_URL}/txs/${props.hash}`;
window.open(link, '_blank');
};

Expand Down

0 comments on commit 5101cc5

Please sign in to comment.