Skip to content

Commit 6f20fd0

Browse files
committed
lint fix
1 parent 259e04c commit 6f20fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/home/ReportScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ function ReportScreen({route, navigation}: ReportScreenProps) {
389389

390390
const prevIsLinkedActionDeleted = usePrevious(linkedAction ? isLinkedActionDeleted : undefined);
391391

392+
// eslint-disable-next-line react-compiler/react-compiler
392393
const lastReportActionIDFromRoute = usePrevious(!firstRenderRef.current ? reportActionIDFromRoute : undefined);
393394

394395
const [isNavigatingToDeletedAction, setIsNavigatingToDeletedAction] = useState(false);

0 commit comments

Comments
 (0)