From 8f49ed85c072ddc1ded6081b070b018b279f2a38 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 22 Jul 2024 08:19:34 +0200 Subject: [PATCH] lint --- libs/remix-ui/git/src/lib/gitactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/git/src/lib/gitactions.ts b/libs/remix-ui/git/src/lib/gitactions.ts index 2a82ed4be8..aa753125a2 100644 --- a/libs/remix-ui/git/src/lib/gitactions.ts +++ b/libs/remix-ui/git/src/lib/gitactions.ts @@ -805,7 +805,7 @@ export const getBranchDifferences = async (branch: branch, remote: remote, state })) } catch (e) { // do nothing - if(dispatch) + if (dispatch) dispatch(resetBranchDifferences()) } }