From 91ce04689de5a0dae4a544b9f7432ef4fe59823c Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 15 Sep 2019 11:46:16 +0100 Subject: [PATCH] Remove more unneeded stuff --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index c3f0b0b..e41dcc5 100644 --- a/src/index.js +++ b/src/index.js @@ -2,11 +2,9 @@ const React = require("react"); const icon = require("./icon.png"); -const order = 10; const lookup = ({ term, actions, display, settings }) => { const result = { icon, - order, title: "Searx lookup: " + term, subtitle: settings.url, term,