Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sidemt committed Nov 21, 2023
1 parent a9497a8 commit 9813e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/schedule-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ const NotPublishedMenu = ({
? "Unschedule"
: "Reschedule"
: scheduleOption == "now"
? "Publish"
: "Schedule"}
? "Publish"
: "Schedule"}
</Button>
</Flex>
</>
Expand Down

0 comments on commit 9813e28

Please sign in to comment.