From 54616893e5d4cc0e6388fe024d077d0af9fbf13e Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 12 Jan 2022 17:01:30 -0600 Subject: [PATCH] chore: added newlines --- web/src/components/Tabs.jsx | 2 +- web/src/icons/Next.jsx | 4 ++-- web/src/utils/dateUtil.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/Tabs.jsx b/web/src/components/Tabs.jsx index 16b9ae854..ed64ecca5 100644 --- a/web/src/components/Tabs.jsx +++ b/web/src/components/Tabs.jsx @@ -31,4 +31,4 @@ export function TextTab({ selected, text, onClick }) { {text} ) -} \ No newline at end of file +} diff --git a/web/src/icons/Next.jsx b/web/src/icons/Next.jsx index 3f4ce1dea..b54e737e6 100644 --- a/web/src/icons/Next.jsx +++ b/web/src/icons/Next.jsx @@ -4,8 +4,8 @@ import { memo } from 'preact/compat'; export function Next({ className = '' }) { return ( - - + + ); } diff --git a/web/src/utils/dateUtil.js b/web/src/utils/dateUtil.js index 3e0dfe9c9..0832d771e 100644 --- a/web/src/utils/dateUtil.js +++ b/web/src/utils/dateUtil.js @@ -1 +1 @@ -export const longToDate = (long) => new Date(long * 1000); \ No newline at end of file +export const longToDate = (long) => new Date(long * 1000);