style: format OverviewPage.tsx per prettier

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 20:36:58 +00:00
committed by Gandalf the Greybeard [agent]
parent 7ac6e6caa8
commit 68e417da11
+3 -1
View File
@@ -106,7 +106,9 @@ export default function OverviewPage() {
{ {
name: 'Status', name: 'Status',
value: ( value: (
<StatusLabel status="error">No kube-vip pods found in {KUBE_VIP_NAMESPACE}</StatusLabel> <StatusLabel status="error">
No kube-vip pods found in {KUBE_VIP_NAMESPACE}
</StatusLabel>
), ),
}, },
{ {