fix: platform_version text

This commit is contained in:
hamster1963 2024-12-06 10:11:25 +08:00
parent 229d395143
commit f39f480028

View File

@ -179,7 +179,7 @@ export default function ServerDetailOverview({
</p>
<div className="text-xs">
{" "}
{platform} - {platform_version || ""}{" "}
{platform} {platform_version ? " - " + platform_version : ""}
</div>
</section>
</CardContent>