diff options
Diffstat (limited to 'src/components/EventCard/Logs.tsx')
-rw-r--r-- | src/components/EventCard/Logs.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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<PropTypes> = ({ eventId }) => { const { data: logs } = useEventLogs(eventId); |