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:
parent
37908b9fd8
commit
fa4458daf1
@ -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)" }}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user