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>
|
</p>
|
||||||
<div className="text-xs">
|
<div className="text-xs">
|
||||||
{" "}
|
{" "}
|
||||||
{platform} - {platform_version || ""}{" "}
|
{platform} {platform_version ? " - " + platform_version : ""}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user