Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Jun 11, 2024
1 parent 8400055 commit 5935906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activity/ActivitySpanForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
const startTimeMs = getUnixEpochTimeFromInterval(planStartTimeYmd, span.start_offset);
startTime = $plugins.time?.primary?.format(new Date(startTimeMs));
} else {
getDoyTimeFromInterval(planStartTimeYmd, span.start_offset);
startTime = getDoyTimeFromInterval(planStartTimeYmd, span.start_offset);
}
}
Expand Down

0 comments on commit 5935906

Please sign in to comment.