mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
fix missing trailing comma
This commit is contained in:
parent
59bfe66c94
commit
228b724d52
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default {
|
|||
type: Object,
|
||||
},
|
||||
itemContentClass: {
|
||||
type: String
|
||||
type: String,
|
||||
},
|
||||
selected: {
|
||||
type: Boolean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue