mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-30 08:27:05 -05:00
Continue console cleanup
This commit is contained in:
@@ -51,7 +51,6 @@ export function PhotoSubmissionDisplay({ submissionId }: PhotoSubmissionDisplayP
|
||||
setPhotos(data || []);
|
||||
} catch (error: unknown) {
|
||||
const errorMsg = getErrorMessage(error);
|
||||
console.error('❌ PhotoSubmissionDisplay error:', errorMsg);
|
||||
setPhotos([]);
|
||||
setError(errorMsg);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user