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

Fix linter

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-03 14:14:29 +03:00
parent 135717b052
commit 0776aaea21

View File

@ -417,4 +417,4 @@ export class Input extends React.Component<InputProps, State> {
} }
} }
Input.contextType = InputThemeContext; Input.contextType = InputThemeContext;