Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Feb 2, 2024
2 parents 80fc578 + de9659e commit a8d300c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/builddao/widget/components/buttons/Connect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ const Container = styled.div`
}
`;

const { href: linkHref } =
VM.require("buildhub.near/widget/lib.url") || { href: () => {} };
const { href: linkHref } = VM.require("buildhub.near/widget/lib.url") || {
href: () => {},
};

const Component = () => {
if (data.isDaoMember || isConnected) {
Expand Down

0 comments on commit a8d300c

Please sign in to comment.