From f96484391ae817a18f503b5c31cd3bd2211553df Mon Sep 17 00:00:00 2001 From: ludovicm67 Date: Sat, 22 Feb 2020 19:25:37 +0100 Subject: webui: run linter fix --- webui/src/components/Date.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webui/src/components') diff --git a/webui/src/components/Date.tsx b/webui/src/components/Date.tsx index 8438b801..146a3496 100644 --- a/webui/src/components/Date.tsx +++ b/webui/src/components/Date.tsx @@ -11,7 +11,9 @@ const WEEK = 7 * DAY; type Props = { date: string }; const Date = ({ date }: Props) => ( - on + + on + ); -- cgit