Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fb-leap-572' of github.com:heartexlabs/dm2 into fb-leap…
Browse files Browse the repository at this point in the history
…-572
  • Loading branch information
juliosgarbi committed Feb 28, 2024
2 parents 3d3e969 + 84cc525 commit 3cb315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/SDKButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SDKButton = ({ eventName, ...props }) => {
onClick={() => {
sdk.invoke(eventName);
}}
/>
/>
) : null;
};

Expand Down

0 comments on commit 3cb315c

Please sign in to comment.