Skip to content

Commit

Permalink
fix href missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 15, 2025
1 parent d78124b commit 2f87aab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const { encodeToMarkdown, hasPermission } = VM.require(
hasPermission: () => {},
};

const { href } = VM.require("${REPL_DEVHUB}/widget/core.lib.url") || {
href: () => {},
};
const { TransactionLoader } = VM.require(
`${REPL_BASE_DEPLOYMENT_ACCOUNT}/widget/components.TransactionLoader`
) || { TransactionLoader: () => <></> };
Expand Down

0 comments on commit 2f87aab

Please sign in to comment.