mirror of https://github.com/bastienwirtz/homer
changed display style of entity count
parent
8f7752a0b8
commit
7f750127b3
|
@ -66,7 +66,7 @@ export default {
|
|||
break;
|
||||
case "entities":
|
||||
details.push(
|
||||
`Entities: ${this.entities}`,
|
||||
`${this.entities} entities`,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue