From b578a501ec93368f9a6d08546d8aedc7cd3b5499 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 21 Aug 2022 16:16:59 -0700 Subject: [PATCH] Fix ESlint --- web/pages/charity/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/charity/index.tsx b/web/pages/charity/index.tsx index 42771ae8..97683eb4 100644 --- a/web/pages/charity/index.tsx +++ b/web/pages/charity/index.tsx @@ -6,7 +6,6 @@ import { sortBy, debounce, uniqBy, - last, } from 'lodash' import { useState, useMemo } from 'react' import { charities, Charity as CharityType } from 'common/charity'