client/app/bundles/users/pages/UserShow.tsx
Function UserShow
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const UserShow: FC<Props> = (props) => {
const { intl } = props;
const [isLoading, setIsLoading] = useState(true);
const { userId } = useParams();
- Create a ticketCreate a ticket