Remove colon from port field on allocations page. Closes #2160

This commit is contained in:
DarthShmev 2020-07-10 11:37:55 -04:00 committed by GitHub
parent 4122486468
commit f2cb41c074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const NetworkContainer = () => {
<Label>IP Address</Label>
</div>
<div>
<Code>:{port}</Code>
<Code>{port}</Code>
<Label>Port</Label>
</div>
<div css={tw`px-8 flex-1 self-start`}>