Skip to content

Commit

Permalink
removed hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmAshuSahoo committed Sep 16, 2024
1 parent 038370b commit 664384a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/taskDetails/TaskDates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ export const TaskDates: React.FC<TaskDatesProps> = ({
return (
<>
<div className={styles.inputContainer}>
<Details
detailType={STARTED_ON}
value={'3/30/2024, 11:20:00 AM'}
/>
<Details detailType={STARTED_ON} value={startedOn} />
</div>
<div className={styles.inputContainer}>
{isExtensionRequestPending && (
Expand Down

0 comments on commit 664384a

Please sign in to comment.