exercism/website

View on GitHub
app/javascript/components/modals/upload-video/UploadVideoModal.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function renderUploadSteps has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function renderUploadSteps() {
    switch (videoUploadStep) {
      case 'RETRIEVE':
        return (
          <>
Severity: Minor
Found in app/javascript/components/modals/upload-video/UploadVideoModal.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status