better verbosity
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2021-08-04 15:17:30 +02:00
parent 8d50f393d9
commit f1eaa0f110
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -69,7 +69,7 @@ const icon_type = (item)=>{
}else if(t=='?'){
return '';
}else{
console.log(item.name, item.category, item.type);
console.log(item.display_name, item.category, item.type);
return 'question';
}
}