mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 04:20:14 +00:00
fix
This commit is contained in:
parent
250e77cff7
commit
8dc2e416a4
@ -92,7 +92,7 @@ const CategoryView = () => {
|
|||||||
</div>
|
</div>
|
||||||
<h3 className="text-lg font-bold mb-1">{category.name}</h3>
|
<h3 className="text-lg font-bold mb-1">{category.name}</h3>
|
||||||
<p className="text-sm text-gray-500 text-center">
|
<p className="text-sm text-gray-500 text-center">
|
||||||
{category.description || "No description available."}
|
{(category as any).description || "No description available."}
|
||||||
</p>
|
</p>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
Reference in New Issue
Block a user