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