Skip to content

Commit d040b3a

Browse files
authored
Merge pull request pterodactyl#2161 from DarthShmev/patch-1
Remove colon from port field on allocations page. Closes pterodactyl#2160
2 parents 4122486 + f2cb41c commit d040b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/network/NetworkContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const NetworkContainer = () => {
7474
<Label>IP Address</Label>
7575
</div>
7676
<div>
77-
<Code>:{port}</Code>
77+
<Code>{port}</Code>
7878
<Label>Port</Label>
7979
</div>
8080
<div css={tw`px-8 flex-1 self-start`}>

0 commit comments

Comments
 (0)