1
0
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:
Jim Ehrismann 2020-07-30 07:56:59 -04:00
parent 43853d7302
commit e395cf985f

View File

@ -64,9 +64,8 @@ export class ServiceDetails extends React.Component<Props> {
<div> <div>
{ {
service.getPorts().map((port) => ( service.getPorts().map((port) => (
<ServicePortComponent service={service} port={port} key={port.toString()}/> <ServicePortComponent service={service} port={port} key={port.toString()}/>
) ))
)
} }
</div> </div>
</DrawerItem> </DrawerItem>