From 0776aaea210d58341cea73084414608e3adaa8ee Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 3 Feb 2022 14:14:29 +0300 Subject: [PATCH] Fix linter Signed-off-by: Alex Andreev --- src/renderer/components/input/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/input/input.tsx b/src/renderer/components/input/input.tsx index 21a1370354..1efc0b9f37 100644 --- a/src/renderer/components/input/input.tsx +++ b/src/renderer/components/input/input.tsx @@ -417,4 +417,4 @@ export class Input extends React.Component { } } -Input.contextType = InputThemeContext; \ No newline at end of file +Input.contextType = InputThemeContext;