mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint issue
This commit is contained in:
parent
43853d7302
commit
e395cf985f
@ -64,9 +64,8 @@ export class ServiceDetails extends React.Component<Props> {
|
||||
<div>
|
||||
{
|
||||
service.getPorts().map((port) => (
|
||||
<ServicePortComponent service={service} port={port} key={port.toString()}/>
|
||||
)
|
||||
)
|
||||
<ServicePortComponent service={service} port={port} key={port.toString()}/>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
</DrawerItem>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user