mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-04 04:30:07 +00:00
fix: platform_version text
This commit is contained in:
@@ -179,7 +179,7 @@ export default function ServerDetailOverview({
|
||||
</p>
|
||||
<div className="text-xs">
|
||||
{" "}
|
||||
{platform} - {platform_version || ""}{" "}
|
||||
{platform} {platform_version ? " - " + platform_version : ""}
|
||||
</div>
|
||||
</section>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user