We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83f88ea + 75bf525 commit ea7058bCopy full SHA for ea7058b
.changeset/eight-grapes-march.md
@@ -0,0 +1,5 @@
1
+---
2
+"go-web-app": patch
3
4
+
5
+Fix logic to disable ops update for old imminents
app/src/views/AccountMyFormsDref/ActiveDrefTable/index.tsx
@@ -243,7 +243,7 @@ function ActiveDrefTable(props: Props) {
243
// NOTE: Adding this to disable updates just for the old imminents
244
&& (item.type_of_dref !== DREF_TYPE_IMMINENT
245
|| (item.type_of_dref === DREF_TYPE_IMMINENT
246
- && isDefined(is_dref_imminent_v2))
+ && !!is_dref_imminent_v2)
247
);
248
249
const canCreateFinalReport = !has_final_report
0 commit comments