Skip to content

Commit

Permalink
init bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Feb 2, 2024
1 parent 9979b95 commit 63f66a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/builddao/widget/components/buttons/Connect.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const { joinBtnChildren, connectedChildren, showActivity, className, href } =
props;

const { Bullet } = VM.require("buildhub.near/widget/components.Bullet");
const { Bullet } = VM.require("buildhub.near/widget/components.Bullet") || {
Bullet: () => <></>,
};
const DaoSDK = VM.require("sdks.near/widget/SDKs.Sputnik.DaoSDK");

if (!DaoSDK) {
Expand Down

0 comments on commit 63f66a1

Please sign in to comment.