Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2245 | Rev 2247 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2245 Rev 2246
Línea 61... Línea 61...
61
    }
61
    }
Línea 62... Línea 62...
62
 
62
 
63
    const mobileOnClick = async () => {
63
    const mobileOnClick = async () => {
64
      if (navigator?.share) {
64
      if (navigator?.share) {
65
        try {
65
        try {
66
          await navigator.share({ url: shareUrl })
66
          await navigator.share({ url: shareUrl, title: 'LeadersLinked' })
67
          incrementCount()
67
          incrementCount()
68
        } catch (error) {
68
        } catch (error) {
69
          dispatch(addNotification({ style: 'danger', msg: error.message }))
69
          dispatch(addNotification({ style: 'danger', msg: error.message }))
70
        }
70
        }