mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: platform_version text
This commit is contained in:
parent
229d395143
commit
f39f480028
@ -179,7 +179,7 @@ export default function ServerDetailOverview({
|
||||
</p>
|
||||
<div className="text-xs">
|
||||
{" "}
|
||||
{platform} - {platform_version || ""}{" "}
|
||||
{platform} {platform_version ? " - " + platform_version : ""}
|
||||
</div>
|
||||
</section>
|
||||
</CardContent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user