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

This commit is contained in:
choelzl 2021-08-04 15:10:55 +02:00
parent 906b1dd035
commit 8d50f393d9
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.category, item.type);
console.log(item.name, item.category, item.type);
return 'question';
}
}