Skip to content

Commit

Permalink
Fix missing spaces in container command #251 (#284)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Rathore <shivam.rathore010@gmail.com>
  • Loading branch information
Shivam010 authored Apr 21, 2020
1 parent 8c66611 commit 6826c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class PodDetailsContainer extends React.Component<Props> {
}
{command &&
<DrawerItem name={<Trans>Command</Trans>}>
{command}
{command.join(' ')}
</DrawerItem>
}

Expand Down

0 comments on commit 6826c43

Please # to comment.