From ef38282a8c81b3cf8b06c6caf15d2dc722e8144a Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 18 Apr 2024 16:21:04 -0600 Subject: [PATCH] fix lint --- src/libs/actions/Report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index cdc383394462..bc816cf6952d 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -2462,7 +2462,7 @@ function leaveGroupChat(reportID: string) { onyxMethod: Onyx.METHOD.SET, key: ONYXKEYS.NVP_QUICK_ACTION_GLOBAL_CREATE, value: null, - }) + }); } navigateToMostRecentReport(report);