Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Jan 11, 2023
1 parent 5c20544 commit 923061f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stories/masa.stories.tsx
Expand Up @@ -22,7 +22,10 @@ const meta: Meta = {
export default meta;

const Component = (props) => {
const { masa, connect, allowedForAllowlist, allowlistInfo } = useMasa();
const { masa, connect, allowedForAllowlist, allowlistInfo, missingProvider } =
useMasa();

console.log({ missingProvider });

const handleConect = useCallback(() => {
connect?.({
Expand Down

0 comments on commit 923061f

Please sign in to comment.