Skip to content

Commit 8ae3f7f

Browse files
committed
Remove extra eslint disable
1 parent cff4a2a commit 8ae3f7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/workspace/accounting/reconciliation/CardReconciliationPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function CardReconciliationPage({policy, route}: CardReconciliationPageProps) {
4343
const connectionName = AccountingUtils.getConnectionNameFromRouteParam(connection) as ConnectionName;
4444
const autoSync = !!policy?.connections?.[connectionName]?.config?.autoSync?.enabled;
4545

46-
// eslint-disable-next-line rulesdir/prefer-early-return
4746
const toggleContinuousReconciliation = (value: boolean) => {
4847
Card.toggleContinuousReconciliation(workspaceAccountID, value, connectionName);
4948
if (value) {

0 commit comments

Comments
 (0)