Fix lint error
This commit is contained in:
parent
fcde2bec71
commit
8e67358fe9
|
@ -8,9 +8,7 @@ class Screen extends React.Component {
|
|||
};
|
||||
|
||||
render() {
|
||||
return (
|
||||
<View style={{ flex: 1, backgroundColor: 'red' }} />
|
||||
)
|
||||
return <View style={{ flex: 1, backgroundColor: 'red' }} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue