fix isAppRunning
This commit is contained in:
@@ -34,7 +34,7 @@ export default function () {
|
||||
function getTeacherByUsername(username: string) {
|
||||
const op = getOperatorByUsername(username)
|
||||
if (!!op) {
|
||||
return op.name ? op.name : '' + ' ' + op.surname ? op.surname : ''
|
||||
return (op.name ? op.name : '') + ' ' + op.surname ? op.surname : ''
|
||||
} else {
|
||||
return ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user