import React from "react"; const greyColour = "rgba(122, 128, 127, 0.3)"; const Filter = (obj) => { let searchTermText; if (obj.searchTerm !== "") { if (obj.searchTerm.length > 15) { searchTermText =