RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/admin/subscription/components/UsagePieGraph.stories.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Animated has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Animated: Story<Pick<ComponentProps<typeof UsagePieGraph>, 'size' | 'label'>> = (args) => {
    const props = useAutoSequence([
        {
            total: 100,
            used: 0,

    There are no issues that match your filters.

    Category
    Status