partial: first codemod
This commit is contained in:
parent
58f53d92a8
commit
86e3401cc8
30 changed files with 335 additions and 323 deletions
|
|
@ -252,7 +252,7 @@ const AddMachine = memo(({ close, onPaired }) => {
|
|||
<div className={classes.wrapper}>
|
||||
<div className={classes.headerDiv}>
|
||||
<Title>Add Machine</Title>
|
||||
<IconButton disableRipple={true} onClick={close}>
|
||||
<IconButton disableRipple={true} onClick={close} size="large">
|
||||
<SvgIcon color="error">
|
||||
<CloseIcon />
|
||||
</SvgIcon>
|
||||
|
|
@ -279,7 +279,7 @@ const AddMachine = memo(({ close, onPaired }) => {
|
|||
</DialogContent>
|
||||
</Dialog>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
})
|
||||
|
||||
export default AddMachine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue