From 43e81090ef8301b326f9721251bad1fe10ab18f8 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 4 Dec 2020 02:11:42 +0300 Subject: refactor: use formik in EventForm --- src/components/EventCard/Logs.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components/EventCard') diff --git a/src/components/EventCard/Logs.tsx b/src/components/EventCard/Logs.tsx index d78fbd8..4dae956 100644 --- a/src/components/EventCard/Logs.tsx +++ b/src/components/EventCard/Logs.tsx @@ -6,8 +6,6 @@ interface PropTypes { eventId: string; } -const DATE_OPTIONS = { dateStyle: 'short' }; - const Logs: React.FC = ({ eventId }) => { const { data: logs } = useEventLogs(eventId); -- cgit v1.2.3