Skip to content

Commit

Permalink
Fix missing truncateAddress import on grants
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jan 12, 2025
1 parent 73aff07 commit c0a6356
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 c0a6356

Please sign in to comment.