Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6832 Rev 7378
Línea 9... Línea 9...
9
import PostAddIcon from '@mui/icons-material/PostAdd'
9
import PostAddIcon from '@mui/icons-material/PostAdd'
Línea 10... Línea 10...
10
 
10
 
11
import InputOption from './InputOption'
11
import InputOption from './InputOption'
Línea 12... Línea 12...
12
import Avatar from '../../UI/AvatarImage'
12
import Avatar from '../../UI/AvatarImage'
13
 
13
 
14
const FeedShare = ({ feedType, postUrl, image }) => {
14
const FeedShare = ({ feedType, postUrl = '', image = '' }) => {
Línea 15... Línea 15...
15
  const labels = useSelector(({ intl }) => intl.labels)
15
  const labels = useSelector(({ intl }) => intl.labels)
16
  const dispatch = useDispatch()
16
  const dispatch = useDispatch()