From e0be23f90f7da8db9549aa8f8cc0d98722fa3bb4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 16 Oct 2019 21:59:43 +0300 Subject: Cleanup divs --- src/Datetime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Datetime.js') diff --git a/src/Datetime.js b/src/Datetime.js index df29ba1..e46a492 100644 --- a/src/Datetime.js +++ b/src/Datetime.js @@ -16,10 +16,10 @@ function DateTime(props) { const time = datetime ? datetime.toFormat("HH:mm") : ""; return ( - <> +
{date}
{time}
- +
); } -- cgit v1.3.1