Skip to content

Commit

Permalink
[PRMDR-537] undone change
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Jun 20, 2024
1 parent 87664c8 commit ad6694c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function LloydGeorgeRecordPage() {
const errorResponse = (error.response?.data as ErrorResponse) ?? {};

if (isMock(error)) {
if (config.mockLocal.recordUploaded) {
if (!!config.mockLocal.recordUploaded) {
onSuccess(1, moment().format(), '/dev/testFile.pdf', 59000);
} else {
setDownloadStage(DOWNLOAD_STAGE.NO_RECORDS);
Expand Down

0 comments on commit ad6694c

Please sign in to comment.