monthly money
This commit is contained in:
@@ -243,16 +243,21 @@ const MusicDetails = ({ route }) => {
|
||||
onAddToPlaylist: handleAddToPlaylist,
|
||||
onDownload: handleDownload,
|
||||
downloadDisabled: isDownloading || !songUrl,
|
||||
onShare: sharePayload ? handleShare : null,
|
||||
sharePayload,
|
||||
shareDisabled: !sharePayload,
|
||||
},
|
||||
});
|
||||
}, [
|
||||
handleAddToPlaylist,
|
||||
handleDownload,
|
||||
handleReport,
|
||||
handleShare,
|
||||
isDownloading,
|
||||
owner?.id,
|
||||
project?.userId,
|
||||
projectId,
|
||||
sharePayload,
|
||||
songUrl,
|
||||
title,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user