From 511dd121bdd1cb04f4eb0206bf2df6c2a0d544f8 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 15 May 2026 00:09:13 -0400 Subject: Fix missing Field component and dropdown styling on beta (#907) --- frontend/src/components/settings/pages/testing/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/settings/pages') diff --git a/frontend/src/components/settings/pages/testing/index.tsx b/frontend/src/components/settings/pages/testing/index.tsx index 0a21e096..0f8b5ebe 100644 --- a/frontend/src/components/settings/pages/testing/index.tsx +++ b/frontend/src/components/settings/pages/testing/index.tsx @@ -66,9 +66,9 @@ export default function TestingVersionList() { if (testingVersions.length === 0) { return ( -
+

No open PRs found

-
+ ); } -- cgit v1.2.3