From de2e9df380c8dcc312d44be35707407d7b73653d Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Wed, 23 Sep 2020 13:33:47 -0400 Subject: [PATCH] selectors: cleanup --- src/state/selectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/selectors.ts b/src/state/selectors.ts index a666c7b..3e26178 100644 --- a/src/state/selectors.ts +++ b/src/state/selectors.ts @@ -9,7 +9,7 @@ import { icons } from "../lib/icons"; const fuse = new Fuse(icons, { keys: [{ name: "name", weight: 2 }, "tags", "categories"], threshold: 0.2, // Tweak this to what feels like the right number of results - // shouldSort: false, // We may want to sort if we find too many results? + // shouldSort: false, }); export const filteredQueryResultsSelector = selector>({