CSR-663 shorthand return

This commit is contained in:
CarlNation 2022-06-02 14:11:08 -04:00
parent 2dedad7a44
commit 7350835e93

View file

@ -130,13 +130,7 @@ export default {
},
noSession() {
if (getSessionKeyValue() === 0 || getSessionIdValue() === '00000000-0000-0000-0000-000000000000') {
return true;
}
else
{
return false;
}
return getSessionKeyValue() === 0 || getSessionIdValue() === '00000000-0000-0000-0000-000000000000';
}
},
computed: {