Skip to content

Commit

Permalink
🕴
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 17, 2022
1 parent 05fac1f commit ae19527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NotionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const propertyDateValue = (
const publishDate = data?.[0]?.[1]?.[0]?.[1]?.start_date

if (publishDate) {
return `Published ${formatDate(publishDate, {
return `${formatDate(publishDate, {
month: 'long'
})}`
}
Expand Down

0 comments on commit ae19527

Please sign in to comment.