[sailfish] fixed showing "last updated" of feeds when undefined
This commit is contained in:
parent
c293de7c8d
commit
65fe66167b
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ ListModel {
|
|||
feedId: parseInt(root.category.categoryId),
|
||||
categoryId: parseInt(root.category.categoryId),
|
||||
isCat: true,
|
||||
icon: ''
|
||||
icon: '',
|
||||
lastUpdated: ''
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue