cookie-traceability/src/pages/index.tsx
Function Home
has 73 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Home: React.FC = () => {
const mainElement = useRef<HTMLDivElement>(null);
const [currentTradeFlow, setCurrentTradeFlow] = useState<CountryTrade | null>(null);
const [ingredient, setIngredient] = useState<string>(INGREDIENTS[0].id);