Skip to content

Commit

Permalink
Fix export details functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Dec 16, 2024
1 parent 5b4f3ad commit c9fdae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/modules/ExportPipeline/ExportDetails/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Task from '../../../components/Task'
import { ID, state2props, TASK_GET_EXPORT_DETAIL } from './state'
import {
formatDate,
DATE_FORMAT_DAY_MONTH_YEAR,
DATE_FORMAT_MONTH_YEAR,
} from '../../../../client/utils/date-utils'
import { currencyGBP } from '../../../../client/utils/number-utils'
import { BLACK, GREY_3 } from '../../../utils/colours'
Expand Down Expand Up @@ -141,7 +141,7 @@ const ExportDetailsForm = ({ exportItem }) => {
? 'Not set'
: formatDate(
exportItem.estimated_win_date,
DATE_FORMAT_DAY_MONTH_YEAR
DATE_FORMAT_MONTH_YEAR
)}
</SummaryTable.Row>
<SummaryTable.Row heading="Status" hideWhenEmpty={false}>
Expand Down

0 comments on commit c9fdae6

Please sign in to comment.