mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add space before the =
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4a37a74420
commit
95f3acf750
@ -110,7 +110,7 @@ const NonInjectedContainerEnv = ({
|
||||
data-testid={`env-${name}`}
|
||||
>
|
||||
<span className="var-name">{name}</span>
|
||||
{`= `}
|
||||
{` = `}
|
||||
{value}
|
||||
</div>
|
||||
))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user