Revert "fix: resolve all ESLint errors in backend and frontend"
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
This reverts commit 07dfd7e840.
This commit is contained in:
@@ -8,8 +8,6 @@ export function useAuthUrl(url: string | null | undefined): string | null {
|
||||
|
||||
useEffect(() => {
|
||||
if (!url) {
|
||||
// Reset des Blob-URLs, wenn keine Quelle (mehr) vorhanden ist
|
||||
// eslint-disable-next-line react-hooks/set-state-in-effect
|
||||
setBlobUrl(null);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user