client/app/lib/components/extensions/PersonalStartEndTime.tsx
Function PersonalStartEndTime
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const PersonalStartEndTime = (props: Props): JSX.Element => {
const { t } = useTranslation();
const { timeInfo, className, hideInfo, long } = props;
if (!timeInfo?.effectiveTime) return <div>-</div>;
- Create a ticketCreate a ticket