mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
ESLint: fix object-curly-spacing
This commit is contained in:
@@ -94,9 +94,9 @@ export class MetadataValuesComponent implements OnChanges {
|
||||
* @param value the specific metadata value being linked
|
||||
*/
|
||||
getQueryParams(value) {
|
||||
const queryParams = {startsWith: value};
|
||||
const queryParams = { startsWith: value };
|
||||
if (this.browseDefinition.getRenderType() === VALUE_LIST_BROWSE_DEFINITION.value) {
|
||||
return {value: value};
|
||||
return { value: value };
|
||||
}
|
||||
return queryParams;
|
||||
}
|
||||
|
Reference in New Issue
Block a user