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

Commit

Permalink
fix: trigger both packages
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Nov 9, 2023
1 parent f5ba19d commit a8db647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libs/sdk-react-provider/src/lib/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ export const MoneriumProvider: FC<MoneriumProviderProps> = ({
[monerium, isAuthorized, profile]
);

//

return (
<MoneriumContext.Provider
value={{
Expand Down
1 change: 0 additions & 1 deletion libs/sdk/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import {
} from './helpers';

// import pjson from "../package.json";
//

const isServer = typeof window === 'undefined';

Expand Down

0 comments on commit a8db647

Please sign in to comment.