Skip to content

Commit 2d156eb

Browse files
authored
fix syntax
1 parent 3eac1f5 commit 2d156eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WKWebView.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class WKWebView extends React.Component {
317317
source.sendCookies = this.props.sendCookies;
318318
source.customUserAgent =
319319
this.props.customUserAgent || this.props.userAgent;
320-
source.useWKCookieStore: this.props.useWKCookieStore;
320+
source.useWKCookieStore = this.props.useWKCookieStore;
321321
}
322322

323323
if (this.props.html) {

0 commit comments

Comments
 (0)