autowp/autowp-frontend

View on GitHub
src/app/gallery/gallery-routing.module.ts

Summary

Maintainability
A
50 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export const routes: Routes = [
{
loadComponent: () => import('./gallery-page.component').then((m) => m.GalleryPageComponent),
path: ':identity',
},
Severity: Major
Found in src/app/gallery/gallery-routing.module.ts and 3 other locations - About 50 mins to fix
src/app/museum/museum-routing.module.ts on lines 3..5
src/app/picture/picture-routing.module.ts on lines 3..8
src/app/voting/voting-routing.module.ts on lines 3..5

There are no issues that match your filters.

Category
Status