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> </p>
<div className="text-xs"> <div className="text-xs">
{" "} {" "}
{platform} - {platform_version || ""}{" "} {platform} {platform_version ? " - " + platform_version : ""}
</div> </div>
</section> </section>
</CardContent> </CardContent>