Fix compilation errors and resolve ESLint warnings across multiple components

This commit is contained in:
ajaysi
2026-03-03 08:57:36 +05:30
parent cb6a3a8042
commit 2e04b8e27b
54 changed files with 1170 additions and 930 deletions

View File

@@ -121,7 +121,7 @@ export const AvatarAssetBrowser: React.FC<AvatarAssetBrowserProps> = ({ onSelect
if (url.startsWith('blob:')) URL.revokeObjectURL(url);
});
};
}, []);
}, [imageBlobUrls]);
const handleLoadMore = () => {
setLimit(prev => prev + 24);