Remove more unneeded stuff
This commit is contained in:
parent
1a3b301152
commit
91ce04689d
|
@ -2,11 +2,9 @@ const React = require("react");
|
||||||
|
|
||||||
const icon = require("./icon.png");
|
const icon = require("./icon.png");
|
||||||
|
|
||||||
const order = 10;
|
|
||||||
const lookup = ({ term, actions, display, settings }) => {
|
const lookup = ({ term, actions, display, settings }) => {
|
||||||
const result = {
|
const result = {
|
||||||
icon,
|
icon,
|
||||||
order,
|
|
||||||
title: "Searx lookup: " + term,
|
title: "Searx lookup: " + term,
|
||||||
subtitle: settings.url,
|
subtitle: settings.url,
|
||||||
term,
|
term,
|
||||||
|
|
Loading…
Reference in a new issue