Skip to content

Commit 80207a0

Browse files
authored
Merge pull request #25 from contentpass/docs-fix-typos-in-docs
docs: fix typos in docs
2 parents e4b4c94 + d815c6a commit 80207a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SOURCEPOINT_SDK_INTEGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const App = () => {
8989
}
9090

9191
spConsentManager.current = setupSourcepoint(
92-
authResult?.hasValidSubscription ?? false
92+
authResult.hasValidSubscription || false
9393
);
9494

9595
spConsentManager.current?.onAction((action) => {
@@ -121,6 +121,6 @@ addressing these issues have been submitted in the [Sourcepoint GitHub repositor
121121
If these fixes are not yet available in the latest version of the SDK, you can patch node_modules in your project using
122122
tools like `yarn patch` or similar. The patch files can be found here:
123123
- Patch for [PR #10](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/10): [@sourcepoint-react-native-cmp-npm-0.3.0-2434c31dc9.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-npm-0.3.0-2434c31dc9.patch)
124-
- Patch for [PR #11](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): (https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): [@sourcepoint-react-native-cmp-patch-34fca36663.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-patch-34fca36663.patch)
124+
- Patch for [PR #11](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): [@sourcepoint-react-native-cmp-patch-34fca36663.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-patch-34fca36663.patch)
125125
126126
We hope these issues will be resolved in the next release of the Sourcepoint SDK, eliminating the need for manual patches.

0 commit comments

Comments
 (0)