Minor fix
This commit is contained in:
parent
14da521229
commit
303ce63f5b
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ const _getPostTipInfo = ({ postID, page }) =>
|
||||||
tipCounter: typeof tipCounter === 'number' ? tipCounter : 0,
|
tipCounter: typeof tipCounter === 'number' ? tipCounter : 0,
|
||||||
tipValue: typeof tipValue === 'number' ? tipValue : 0
|
tipValue: typeof tipValue === 'number' ? tipValue : 0
|
||||||
})
|
})
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
resolve(post)
|
resolve(post)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue