Skip to content

Commit

Permalink
Merge pull request #371 from DHI/sude/dateFilterIssue
Browse files Browse the repository at this point in the history
dateFilterIssue
  • Loading branch information
FranzThomsen1089 authored Jul 5, 2024
2 parents 7be0206 + a9b9a08 commit 9805137
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 9805137

Please sign in to comment.