mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed a couple lint errors.
This commit is contained in:
@@ -121,7 +121,7 @@ describe('RelationshipService', () => {
|
||||
findByHref: createSuccessfulRemoteDataObject$(relatedItems[0])
|
||||
});
|
||||
|
||||
const appConfig = Object.assign({browseBy: {showThumbnails: true}})
|
||||
const appConfig = Object.assign({browseBy: {showThumbnails: true}});
|
||||
|
||||
function initTestService() {
|
||||
return new RelationshipService(
|
||||
|
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
export function setPlaceHolderFontSize(width: number): string {
|
||||
if (width < 400) {
|
||||
return 'thumb-font-0'
|
||||
return 'thumb-font-0';
|
||||
} else if (width < 750) {
|
||||
return 'thumb-font-1';
|
||||
} else if (width < 1000) {
|
||||
|
Reference in New Issue
Block a user