mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Shivam Rathore <shivam.rathore010@gmail.com>
This commit is contained in:
parent
8c666116a3
commit
6826c43102
@ -112,7 +112,7 @@ export class PodDetailsContainer extends React.Component<Props> {
|
||||
}
|
||||
{command &&
|
||||
<DrawerItem name={<Trans>Command</Trans>}>
|
||||
{command}
|
||||
{command.join(' ')}
|
||||
</DrawerItem>
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user