Skip to content

Commit

Permalink
[DOP-20067] fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabilsya committed Nov 6, 2024
1 parent 283950e commit 236de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/run/RunDetailInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const RunDetailInfo = ({ run, transfer, ...props }: RunDetailInfoProps) =
{run.started_at || ''}
</Descriptions.Item>
<Descriptions.Item label="Ended at" span={3}>
{/* //TODO: [DOP-20067] Rewrite on dayjs when "started_at" field will have not null value */}
{/* //TODO: [DOP-20067] Rewrite on dayjs when "ended_at" field will have not null value */}
{run.ended_at || ''}
</Descriptions.Item>
<Descriptions.Item label="Log url" span={3}>
Expand Down

0 comments on commit 236de9b

Please sign in to comment.