fix(): Ajuste page.tsx cliente
This commit is contained in:
parent
30b2052f5a
commit
81be526148
1 changed files with 2 additions and 2 deletions
|
|
@ -298,9 +298,9 @@ export default function ClientePage() {
|
|||
</CardHeader>
|
||||
<CardContent>
|
||||
<div className="space-y-1">
|
||||
<p><strong>Tamanho:</strong> {convertMBtoGB(logDatabase.data.database?.file_size_mb)}</p>
|
||||
<p><strong>Tamanho:</strong> {convertMBtoGB(logDatabase?.data?.database?.file_size_mb)}</p>
|
||||
<p><strong>Acessível:</strong>{" "}
|
||||
{logDatabase.data.database?.db_accessible ? (
|
||||
{logDatabase?.data?.database?.db_accessible ? (
|
||||
<Badge variant="outline" className="bg-green-100 text-green-800 border-green-400 ml-2">
|
||||
Sim
|
||||
</Badge>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue