Fix formatting
This commit is contained in:
parent
f10c9bf249
commit
70b0d8a096
@ -2,7 +2,11 @@ import React from 'react';
|
||||
import SystemBroadcastPicker from './ios-native-components/BBBN_SystemBroadcastPicker';
|
||||
|
||||
const BroadcastPicker = ({children, title}): Node => {
|
||||
return <SystemBroadcastPicker style={{marginTop: 50, height: 50, widht: 50, backgroundColor: '#EEE'}} />;
|
||||
return (
|
||||
<SystemBroadcastPicker
|
||||
style={{marginTop: 50, height: 50, widht: 50, backgroundColor: '#EEE'}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default BroadcastPicker;
|
||||
|
Loading…
Reference in New Issue
Block a user