Fix sonarqube issues

This commit is contained in:
2026-02-26 21:18:37 -05:00
parent 94f0f3ca13
commit 434a27d90d
6 changed files with 41 additions and 91 deletions

View File

@@ -47,10 +47,10 @@ import type { JSX } from "react";
function LoadingGroup({
label,
elements
}:{
}: Readonly<{
label: React.ReactNode;
elements: JSX.Element[];
}){
}>){
return (
<div
className="flex flex-col items-center justify-center"