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);