mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 17:04:07 +01:00
Fix problems highlighted by Codacy/PR Quality Review
This commit is contained in:
parent
3ce3fa74b3
commit
78b9436f38
4 changed files with 13 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ BlazeComponent.extendComponent({
|
|||
'submit .js-card-details-requester'(evt) {
|
||||
evt.preventDefault();
|
||||
const requester = this.currentComponent().getValue().trim();
|
||||
if (requestor) {
|
||||
if (requester) {
|
||||
this.data().setRequestedBy(requester);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue