fix favicon, playlist subscription only
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ export default ({
|
||||
|
||||
const handleCoinPress = React.useCallback(() => {
|
||||
if (!showCoinBadge) return
|
||||
navigate(Routes.Payments)
|
||||
navigate(Routes.Payments, { pack: 'packs' })
|
||||
}, [showCoinBadge])
|
||||
|
||||
const handleCloseCoinModal = React.useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user