Skip to content

Commit

Permalink
test fix Tile error flash
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Dec 18, 2023
1 parent e572e83 commit 61f1749
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/devhub/entity/community/Teams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ const { Tile } =
VM.require("${REPL_DEVHUB}/widget/devhub.components.molecule.Tile") ||
(() => <></>);

if (!Tile) {
return <div>Loading...</div>;
}

const { getCommunity } = VM.require(
"${REPL_DEVHUB}/widget/core.adapter.devhub-contract"
);
Expand Down

0 comments on commit 61f1749

Please sign in to comment.