client/app/bundles/course/container/Sidebar/LevelRing.tsx
Function LevelRing
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const LevelRing = (props: LevelRingProps): JSX.Element => {
const { in: progress } = props;
const [percentage, setPercentage] = useState<number>();
- Create a ticketCreate a ticket