mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Adding loading.tsx
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user