Added missing half rounded down icon for skills in stats tab
This commit is contained in:
@@ -52,7 +52,9 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
icon(){
|
||||
if (this.model.proficiency == 0.5){
|
||||
if (this.model.proficiency == 0.49){
|
||||
return 'brightness_3';
|
||||
} else if (this.model.proficiency == 0.5){
|
||||
return 'brightness_2';
|
||||
} else if (this.model.proficiency == 1) {
|
||||
return 'brightness_1'
|
||||
|
||||
Reference in New Issue
Block a user