Skip to content

Commit

Permalink
Update extensions/clockify/src/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Per Nielsen Tikær <pnt@klean.dk>
  • Loading branch information
ismamz and Per Nielsen Tikær committed Oct 23, 2021
1 parent 4572ca7 commit e7dd271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/clockify/src/index.tsx
Expand Up @@ -116,7 +116,7 @@ export default function Main() {
actions={
<ActionPanel>
<ActionPanelItem
title="Start Timer"
title={isInProgress(entry) ? "Stop Timer": "Start Timer"}
onAction={() => {
addNewTimeEntry(entry.description, entry.projectId).then(() => updateTimeEntries());
}}
Expand Down

0 comments on commit e7dd271

Please sign in to comment.