Skip to content

Commit

Permalink
revert "remove weird comma"
Browse files Browse the repository at this point in the history
Apparently, Prettier actually does want a comma here because this is an argument to a function, and we have trailing commas enabled.
It just looks strange because it's following a JSX element
  • Loading branch information
JGreenlee committed Feb 15, 2024
1 parent c6a9777 commit 9592107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ deviceReady.then(() => {
<SafeAreaView style={{ flex: 1 }}>
<App />
</SafeAreaView>
</PaperProvider>
</PaperProvider>,
);
});

0 comments on commit 9592107

Please sign in to comment.