Skip to content

Commit

Permalink
fix showing minutes on event page
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Nov 2, 2023
1 parent 8b9bf20 commit 2516046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/membership/Event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const Event = () => {
'day': 'numeric',
'hour12': true,
'hour': 'numeric',
'minute': '2-digit',
"timeZoneName": "short"
})}.</Text>
<Spacer />
Expand Down

0 comments on commit 2516046

Please sign in to comment.