Skip to content

Commit

Permalink
Other minor lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Jul 3, 2024
1 parent 33764f4 commit b7f3711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {

import {

Check failure on line 37 in src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed

Check failure on line 37 in src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts

View workflow job for this annotation

GitHub Actions / tests (20.x)

Trailing spaces not allowed
APP_CONFIG,
AppConfig
AppConfig,
} from '../../../../config/app-config.interface';
import { getCollectionPageRoute } from '../../../collection-page/collection-page-routing-paths';
import { getCommunityPageRoute } from '../../../community-page/community-page-routing-paths';
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@
"community.all-lists.head": "Subcommunities and Collections",

"community.search.breadcrumbs": "Search",

"community.search.results.head": "Search Results",

"community.sub-collection-list.head": "Collections in this Community",
Expand Down

0 comments on commit b7f3711

Please sign in to comment.