ts fixes from reorg + unit test work
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 59s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 59s
This commit is contained in:
@@ -54,7 +54,7 @@ export const AdminStatsPage: React.FC = () => {
|
||||
<p className="text-gray-500 dark:text-gray-400">A high-level overview of key application metrics.</p>
|
||||
</div>
|
||||
|
||||
{isLoading && <div className="flex justify-center items-center h-64"><LoadingSpinner /></div>}
|
||||
{isLoading && <div role="status" aria-label="Loading stats" className="flex justify-center items-center h-64"><LoadingSpinner /></div>}
|
||||
{error && <div className="text-red-500 bg-red-100 dark:bg-red-900/20 p-4 rounded-lg">{error}</div>}
|
||||
|
||||
{stats && !isLoading && !error && (
|
||||
|
||||
Reference in New Issue
Block a user