mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
fix(Calendar): lint
This commit is contained in:
parent
820f7eaf81
commit
d9b82acc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useCallback } from "react";
|
||||
import { useCallback } from 'react';
|
||||
|
||||
const useCalendarDate = (profile: Profile) => {
|
||||
const toMonthYear = useCallback((calendarDate: CalendarDate | null): string => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue