Skip to content

Commit

Permalink
fix: platform_version text
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 6, 2024
1 parent 229d395 commit f39f480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerDetailOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default function ServerDetailOverview({
</p>
<div className="text-xs">
{" "}
{platform} - {platform_version || ""}{" "}
{platform} {platform_version ? " - " + platform_version : ""}
</div>
</section>
</CardContent>
Expand Down

0 comments on commit f39f480

Please sign in to comment.