Skip to content

Commit

Permalink
Update ScheduleEditContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar committed Jul 19, 2024
1 parent 56b4938 commit 718ec53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default () => {
<span css={tw`ml-4 pl-4 border-l-4 border-neutral-600 py-px`}>
Next run at:&nbsp;
{schedule.nextRunAt ? (
format(schedule.nextRunAt, "MMM do 'at' h:mma")
format(schedule.nextRunAt, "MMM do 'at' HH:mm")
) : (
<span css={tw`text-neutral-300`}>n/a</span>
)}
Expand Down

0 comments on commit 718ec53

Please sign in to comment.