Retrait de code de debug
This commit is contained in:
@ -112,7 +112,6 @@ export default function GameProvider({ children }: { children: ReactNode }) {
|
||||
|
||||
const { hasShareIntent, shareIntent, resetShareIntent } = useShareIntentContext()
|
||||
useEffect(() => {
|
||||
console.log(hasShareIntent, shareIntent)
|
||||
if (hasShareIntent) {
|
||||
if (!shareIntent.text || !shareIntent.text.includes("eurailapp.com/share"))
|
||||
return resetShareIntent()
|
||||
|
Reference in New Issue
Block a user