Skip to content

Commit

Permalink
🐝 remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Oct 17, 2023
1 parent b2e6308 commit 3f6886d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions adminSiteClient/GdocsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,23 +170,6 @@ export class GdocsIndexPage extends React.Component<GdocsMatchProps> {
}
}

// @computed get searchIndex(): Searchable[] {
// if (!this.context) return []
// const searchIndex: Searchable[] = []
// for (const gdoc of this.context.gdocs) {
// searchIndex.push({
// gdoc,
// term: fuzzysort.prepare(
// `${gdoc.content.title} ${gdoc.content.authors?.join(
// " "
// )} ${gdoc.tags?.map(({ name }) => name).join(" ")}`
// ),
// })
// }

// return searchIndex
// }

render() {
return (
<AdminLayout title="Google Docs">
Expand Down

0 comments on commit 3f6886d

Please sign in to comment.