Skip to content

Commit eeff7cf

Browse files
committed
Format
1 parent 4cfe0f8 commit eeff7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-use-intercom/src/provider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export const IntercomProvider: React.FC<
102102
],
103103
);
104104

105-
if (!isSSR && shouldInitialize && !isInitialized.current) {
106-
initialize(appId, initializeDelay, cspNonce);
105+
if (!isSSR && shouldInitialize && !isInitialized.current) {
106+
initialize(appId, initializeDelay, cspNonce);
107107

108108
if (autoBoot) {
109109
boot(autoBootProps);

0 commit comments

Comments
 (0)