From a1a2cb59616d833d503c3c090116fc0ad1e9d542 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 10 Oct 2020 11:48:05 +0300 Subject: fix: resolve eslint errors --- src/components/DateString/DateString.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/DateString/DateString.tsx b/src/components/DateString/DateString.tsx index 3f2ceb2..7c824cd 100644 --- a/src/components/DateString/DateString.tsx +++ b/src/components/DateString/DateString.tsx @@ -32,7 +32,7 @@ const DateString: React.FC = ({ value }) => { const compact = useMemo(() => compactDateString(date), [date]); return ( -
+
{isCompact ? compact : formatted}
); -- cgit v1.2.3