Skip to content

Commit

Permalink
Merge branch 'fix-truncate-address-import' into release-v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jan 13, 2025
2 parents 73aff07 + c0a6356 commit 8c25570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GrantModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

import AlertMessage from './AlertMessage';
import { messageTypes } from '../utils/Wallet.mjs';
import { execableMessage } from '../utils/Helpers.mjs';
import { execableMessage, truncateAddress } from '../utils/Helpers.mjs';
import { MsgGrant } from '../messages/MsgGrant.mjs';
import { GenericAuthorization } from '../messages/authorizations/GenericAuthorization.mjs';

Expand Down

0 comments on commit 8c25570

Please sign in to comment.