feat: use eslint with prettier to format code
This commit is contained in:
committed by
mrugesh mohapatra
parent
be36915605
commit
fc8c71ad16
@@ -36,7 +36,7 @@ export default function ToggleButton({
|
||||
disabled={value}
|
||||
type='radio'
|
||||
value={1}
|
||||
>
|
||||
>
|
||||
{onLabel}
|
||||
</TB>
|
||||
<TB
|
||||
@@ -46,7 +46,7 @@ export default function ToggleButton({
|
||||
disabled={!value}
|
||||
type='radio'
|
||||
value={2}
|
||||
>
|
||||
>
|
||||
{offLabel}
|
||||
</TB>
|
||||
</BSBG>
|
||||
|
@@ -10,7 +10,7 @@ function BlockSaveButton({ children, ...restProps }) {
|
||||
bsStyle='primary'
|
||||
type='submit'
|
||||
{...restProps}
|
||||
>
|
||||
>
|
||||
{children || 'Save'}
|
||||
</Button>
|
||||
);
|
||||
|
Reference in New Issue
Block a user