1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 14:31:50 +00:00
This commit is contained in:
CanbiZ 2025-01-23 11:42:44 +01:00
parent 250e77cff7
commit 8dc2e416a4

View File

@ -92,7 +92,7 @@ const CategoryView = () => {
</div>
<h3 className="text-lg font-bold mb-1">{category.name}</h3>
<p className="text-sm text-gray-500 text-center">
{category.description || "No description available."}
{(category as any).description || "No description available."}
</p>
</CardContent>
</Card>