src/client/routes/dashboard/Frame.tsx
Function Frame
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Frame: FunctionComponent = (): JSX.Element => {
const currentUser = useContext(AuthContext);
const [ActionButton, setActionButton] = useState<React.ReactNode>(null);
const [menuOpen, setMenuOpen] = useState(false);
- Create a ticketCreate a ticket