added NPED cat sorting

This commit is contained in:
2025-09-22 09:26:45 +01:00
parent 50cedaf2c4
commit 69eb5cc7be
15 changed files with 212 additions and 46 deletions

View File

@@ -13,7 +13,6 @@ const CameraSettings = ({ title, side }: { title: string; side: string }) => {
updateCameraConfigError,
} = useFetchCameraConfig(side);
console.log(updateCameraConfigError);
console.log(isPending);
return (
<Card>