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

@@ -120,10 +120,10 @@ function generateTabContent(Fn: (props: ButtonProps) => JSX.Element, onClick: ()
function ButtonDisplay({
title,
children
}:{
}: Readonly<{
title: React.ReactNode;
children: React.ReactNode;
}){
}>){
return (
<div
className="flex flex-col items-center justify-center gap-y-2"