- spotlight refactoring

- subscription widget fix in admin
This commit is contained in:
Čarodej
2022-05-30 10:12:35 +02:00
parent 17d4bcd888
commit 317d7aefc3
3 changed files with 8 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ export default {
this.limitations.push({
message: payload.message[key],
isVisibleBar: item.total === -1,
isVisibleBar: item.total !== -1 && item.total !== 0,
distribution: [
{
progress: item.percentage,