chore: update Prettier configuration and dependencies; refactor code formatting for consistency (#3926)
This commit is contained in:
@@ -59,7 +59,9 @@ export const ProfileItem = (props: Props) => {
|
||||
transform,
|
||||
transition,
|
||||
isDragging,
|
||||
} = useSortable({ id: props.id });
|
||||
} = useSortable({
|
||||
id: props.id,
|
||||
});
|
||||
|
||||
const { t } = useTranslation();
|
||||
const [anchorEl, setAnchorEl] = useState<any>(null);
|
||||
|
||||
Reference in New Issue
Block a user