mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
Update prettier and reformat code
This commit is contained in:
@@ -29,7 +29,7 @@ function createSerializer(styleSheet) {
|
||||
const children = node.children || node.props.children;
|
||||
if (children) {
|
||||
if (Array.isArray(children)) {
|
||||
children.forEach(child => {
|
||||
children.forEach((child) => {
|
||||
args.push(flattenNodeStyles(child));
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user