1
0
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:
Sebastian Malton 2022-08-31 11:40:34 -04:00
parent 4a37a74420
commit 95f3acf750

View File

@ -110,7 +110,7 @@ const NonInjectedContainerEnv = ({
data-testid={`env-${name}`}
>
<span className="var-name">{name}</span>
{`= `}
{` = `}
{value}
</div>
))