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