app/javascript/components/quadicon/Quaditem.jsx
Function Quaditem
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Quaditem = (props) => {
const {
text, fonticon, color, fileicon, piechart, className, tooltip, background,
} = props;
const shortText = abbrNumber(text);
- Create a ticketCreate a ticket