Format code style

This commit is contained in:
2023-10-30 09:44:44 +07:00
parent 04469af993
commit 59e429d678
2 changed files with 8 additions and 3 deletions
+8 -1
View File
@@ -11,7 +11,14 @@ const UserDialog = forwardRef((props, ref) => {
const dialogRef = ref as React.MutableRefObject<
HTMLDialogElement | undefined
>;
const { onClose, setReload, reload, user, isAdd } = props;
// prettier-ignore
const {
onClose,
setReload,
reload,
user,
isAdd
} = props;
useEffect(() => {
if (dialogRef.current) {