frontend/promo/promo.tsx
Function Promo
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const Promo = () => {
const [config, setConfig] = React.useState<Config>(INITIAL);
const [toolTip, setToolTip] = React.useState<ToolTip>({ timeoutId: 0, text: "" });
const [activeFocus, setActiveFocus] = React.useState("");
const common = {