Skip to content

Commit

Permalink
🐝 remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Oct 18, 2023
1 parent 3f6886d commit 17b909a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions adminSiteClient/GdocsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ const iconGdocTypeMap = {
[OwidGdocType.TopicPage]: <FontAwesomeIcon icon={faLightbulb} />,
}

interface Searchable {
gdoc: OwidGdocInterface
term?: Fuzzysort.Prepared
}

@observer
class GdocsIndexPageSearch extends React.Component<{
filters: Record<OwidGdocType, boolean>
Expand Down

0 comments on commit 17b909a

Please sign in to comment.