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 order = 10;
|
||||
const lookup = ({ term, actions, display, settings }) => {
|
||||
const result = {
|
||||
icon,
|
||||
order,
|
||||
title: "Searx lookup: " + term,
|
||||
subtitle: settings.url,
|
||||
term,
|
||||
|
|
Loading…
Reference in a new issue