diff --git a/frontend/pages/policies/PolicyPage/components/QueryResults/QueryResults.tsx b/frontend/pages/policies/PolicyPage/components/QueryResults/QueryResults.tsx
index 9897f3a1d9..73a6a3b4bd 100644
--- a/frontend/pages/policies/PolicyPage/components/QueryResults/QueryResults.tsx
+++ b/frontend/pages/policies/PolicyPage/components/QueryResults/QueryResults.tsx
@@ -266,10 +266,12 @@ const QueryResults = ({
{NAV_TITLES.RESULTS}
- {errors?.length > 0 && (
- {errors.length}
- )}
- {NAV_TITLES.ERRORS}
+
+ {errors?.length > 0 && (
+ {errors.length}
+ )}
+ {NAV_TITLES.ERRORS}
+
{renderTable()}