Just spacing
This commit is contained in:
parent
48eaebc9b5
commit
b253d3d78e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default {
|
|||
}
|
||||
|
||||
if (clientData.parameters?.length > 0) {
|
||||
const finalParams = this.combineClientParameters(clientData.parameters, {...queryStringParams, ...decryptedParams});
|
||||
const finalParams = this.combineClientParameters(clientData.parameters, { ...queryStringParams, ...decryptedParams });
|
||||
this.populateStoreItemsFromParams(finalParams);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue