1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Linter fix

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-23 12:02:41 +03:00
parent 37908b9fd8
commit fa4458daf1

View File

@ -167,7 +167,7 @@ export const ClusterLocalTerminalSetting = observer(({ cluster }: ClusterLocalTe
title="Clear" title="Clear"
onClick={() => setAndCommitDirectory("")} onClick={() => setAndCommitDirectory("")}
smallest smallest
style={{ marginRight: "var(--margin)"}} style={{ marginRight: "var(--margin)" }}
/> />
) )
} }