CSR-507 | Fixed missing comma from merge conflict
This commit is contained in:
parent
8fbc1a04b3
commit
886d1509d8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
},
|
},
|
||||||
routerParams() {
|
routerParams() {
|
||||||
return routerParams;
|
return routerParams;
|
||||||
}
|
},
|
||||||
queryStrings(){
|
queryStrings(){
|
||||||
return queryStrings;
|
return queryStrings;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue