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'