Skip to content

Commit

Permalink
add passProps to Router
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 17, 2024
1 parent 5bc65c1 commit de59bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/Router.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { href } = VM.require("devs.near/widget/lib.url") || {
const { href } = VM.require("${config_account}/widget/lib.url") || {
href: () => "/",
};
const Content = styled.div`
Expand Down

0 comments on commit de59bae

Please sign in to comment.