Adding loading.tsx

This commit is contained in:
charles-gauthereau
2024-12-16 16:10:02 +01:00
parent 901a3be374
commit c97d68d697
4 changed files with 48 additions and 5 deletions
@@ -25,7 +25,7 @@ export const DatabaseKpi = (props: DatabaseKpiPro) => {
Success rate
</CardHeader>
<CardContent>
{props.successRate ?? "Unavailable for now."}
{props.successRate ? `${props.successRate} %` : "Unavailable for now."}
</CardContent>
</Card>
<Card className="w-full sm:w-auto flex-1">