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