Updated prettierrc
This commit is contained in:
@@ -27,8 +27,7 @@ export default connect(
|
||||
minWidth: '180px',
|
||||
height: 'auto',
|
||||
padding: 'var(--default_spacing)',
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
<div style={{ width: '100%', height: 'auto' }}>
|
||||
<h1 style={{ width: '100%', textAlign: 'center' }}>{props.Title}</h1>
|
||||
</div>
|
||||
@@ -38,16 +37,14 @@ export default connect(
|
||||
<td width="50%">
|
||||
<Button
|
||||
buttonStyles={{ width: '100%' }}
|
||||
clicked={() => props.hideConfirmYesNo(true)}
|
||||
>
|
||||
clicked={() => props.hideConfirmYesNo(true)}>
|
||||
Yes
|
||||
</Button>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<Button
|
||||
buttonStyles={{ width: '100%' }}
|
||||
clicked={() => props.hideConfirmYesNo(false)}
|
||||
>
|
||||
clicked={() => props.hideConfirmYesNo(false)}>
|
||||
No
|
||||
</Button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user