Skip to content

Commit

Permalink
fix: format with updated version of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sidemt committed Nov 20, 2023
1 parent eb513c1 commit 46fd984
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 46fd984

Please sign in to comment.