feat: share and credits modal
This commit is contained in:
@@ -13,7 +13,6 @@ import { goBack, navigate } from '../../navigation/NavigationService'
|
||||
import { useUser, useUserData } from '../../providers/UserDataProvider'
|
||||
import { gutters, Palette, Style } from '../../styles'
|
||||
import CreateLyricsHeader from '../Writing/components/CreateLyricsHeader'
|
||||
|
||||
const ValidateCover = () => {
|
||||
const { selectedProject, updateProjectData } = useUserData()
|
||||
const { videos } = useUser()
|
||||
@@ -102,7 +101,7 @@ const ValidateCover = () => {
|
||||
selectedOption,
|
||||
coverOptions,
|
||||
})
|
||||
}, [selectedProject, selectedOption, coverOptions])
|
||||
}, [coverOptions, selectedOption, selectedProject])
|
||||
|
||||
return (
|
||||
<Page backgroundImg={background.studioBG2} headerType="NONE">
|
||||
|
||||
Reference in New Issue
Block a user