mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 23:11:13 -05:00
Fix feature path catch blocks
This commit is contained in:
@@ -191,7 +191,7 @@ export const SystemActivityLog = forwardRef<SystemActivityLogRef, SystemActivity
|
||||
type: filterType === 'all' ? undefined : filterType,
|
||||
});
|
||||
setActivities(data);
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
console.error('Error loading system activities:', error);
|
||||
} finally {
|
||||
setIsLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user