mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Fix code format
This commit is contained in:
@@ -27,7 +27,7 @@ const UserDialog = forwardRef((props, ref) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
}, [dialogRef]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog title={'Add user'} onClose={onClose} ref={dialogRef}>
|
<Dialog title={'Add user'} onClose={onClose} ref={dialogRef}>
|
||||||
|
|||||||
Reference in New Issue
Block a user