client/app/lib/components/core/Expandable.tsx
Function Expandable
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Expandable = (props: ExpandableProps): JSX.Element => {
const { over: minHeightPx } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket