Fix eslint errors
This commit is contained in:
@ -58,7 +58,7 @@ const image =
|
|||||||
url: image.toString(),
|
url: image.toString(),
|
||||||
alt: ogTitle,
|
alt: ogTitle,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
: undefined,
|
: undefined,
|
||||||
// site_name: 'SiteName',
|
// site_name: 'SiteName',
|
||||||
}}
|
}}
|
||||||
|
@ -5,5 +5,5 @@ export const getFormattedDate = (date) =>
|
|||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
month: 'short',
|
month: 'short',
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
})
|
})
|
||||||
: '';
|
: '';
|
||||||
|
Reference in New Issue
Block a user