mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fixed typo.
This commit is contained in:
parent
f1b49e05eb
commit
0991e54c22
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ BlazeComponent.extendComponent({
|
|||
if (mode === 'linkedcard' || mode === 'linkedboard') {
|
||||
searchId = Utils.getCurrentCard().linkedId;
|
||||
mode = mode.replace('linked', '');
|
||||
} else if (mode == "card" ) {
|
||||
} else if (mode === 'card') {
|
||||
searchId = Utils.getCurrentCardId();
|
||||
} else {
|
||||
searchId = Session.get(`current${capitalizedMode}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue