Skip to content

Commit

Permalink
fix: connection timeline year bug (#13416)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh committed Aug 5, 2024
1 parent b8a48f6 commit 5b448bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const SyncEventItem: React.FC<SyncEventProps> = ({ syncEvent }) => {
</Box>
</ConnectionTimelineEventSummary>
<ConnectionTimelineEventActions
createdAt={syncEvent.createdAt * 1000}
createdAt={syncEvent.createdAt}
eventId={syncEvent.id}
jobId={syncEvent.summary.jobId}
/>
Expand Down

0 comments on commit 5b448bc

Please sign in to comment.