Skip to content

Commit ab10bf8

Browse files
committed
Run prettier
1 parent e9390de commit ab10bf8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/rn-tester/js/RNTesterAppShared.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,7 @@ const RNTesterApp = ({
276276

277277
return (
278278
<RNTesterThemeContext.Provider value={theme}>
279-
{Platform.OS === 'android' ? (
280-
<StatusBar barStyle="dark-content" />
281-
) : null}
279+
{Platform.OS === 'android' ? <StatusBar barStyle="dark-content" /> : null}
282280
{!shouldHideChrome && (
283281
<RNTTitleBar
284282
title={title}

0 commit comments

Comments
 (0)