Skip to content

Commit 073fbf0

Browse files
committed
Remove unneeded comment
1 parent ad4ea25 commit 073fbf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/ExternalIps.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function ExternalIps({ project, instance }: PP.Instance) {
3030

3131
const ips = data?.items
3232
if (!ips || ips.length === 0) return <EmptyCell />
33-
// create a copy of ips so we don't mutate the original; move ephemeral ip to the end
3433
const orderedIps = orderIps(ips)
3534
const ipsToShow = orderedIps.slice(0, 2)
3635
const overflowCount = orderedIps.length - ipsToShow.length

0 commit comments

Comments
 (0)