Skip to content

Commit

Permalink
dateFilterIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
sude-dewi committed Jul 4, 2024
1 parent 7be0206 commit a9b9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/Jobs/JobList/JobList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const JobList = (props: JobListProps) => {
>
</DateFilter>
</div>
),[]);
),[date]);

const jobUpdated = (job) => {
const dataUpdated = JSON.parse(job.data);
Expand Down

0 comments on commit a9b9a08

Please sign in to comment.