Skip to content

Commit

Permalink
Fixes typo in resolveAssetSource.windows.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rozele committed Oct 11, 2022
1 parent 5cd7a1a commit c3c75a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnext/src/Libraries/Image/resolveAssetSource.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function getDevServerURL(): ?string {

function _coerceLocalScriptURL(scriptURL: ?string): ?string {
if (Platform.OS === 'windows') {
return scriptUrl;
return scriptURL;
}

if (scriptURL) {
Expand Down

0 comments on commit c3c75a2

Please sign in to comment.