chore: cleanup

This commit is contained in:
2026-08-31 17:20:22 +02:00
parent 1d88ab96c8
commit 20433a6749
+1 -1
View File
@@ -18,7 +18,7 @@ export function DeviceUsageTable({ devices }: { devices: DeviceUsageRow[] }) {
<CardHeader>
<CardTitle className="text-base">Device usage</CardTitle>
</CardHeader>
<CardContent className="py-6 text-sm text-muted-foreground">No device activity yet.</CardContent>
<CardContent className="text-sm text-muted-foreground">No device activity yet.</CardContent>
</Card>
);
}