Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5947 Rev 5948
Línea 23... Línea 23...
23
import RecommendIcon from '@mui/icons-material/Recommend'
23
import RecommendIcon from '@mui/icons-material/Recommend'
24
import FavoriteIcon from '@mui/icons-material/FavoriteTwoTone'
24
import FavoriteIcon from '@mui/icons-material/FavoriteTwoTone'
25
import VolunteerActivismIcon from '@mui/icons-material/VolunteerActivism'
25
import VolunteerActivismIcon from '@mui/icons-material/VolunteerActivism'
26
import EmojiEmotionsIcon from '@mui/icons-material/EmojiEmotions'
26
import EmojiEmotionsIcon from '@mui/icons-material/EmojiEmotions'
27
import TungstenIcon from '@mui/icons-material/Tungsten'
27
import TungstenIcon from '@mui/icons-material/Tungsten'
-
 
28
import { comment } from 'postcss'
Línea 28... Línea 29...
28
 
29
 
29
const Feed = (props) => {
30
const Feed = (props) => {
30
  const {
31
  const {
31
    isShare = false,
32
    isShare = false,
Línea 280... Línea 281...
280
          <FeedCommentSection
281
          <FeedCommentSection
281
            feedId={feed_unique}
282
            feedId={feed_unique}
282
            image={owner_image}
283
            image={owner_image}
283
            addUrl={comment_add_url}
284
            addUrl={comment_add_url}
284
            updateTotalComments={(total) => setTotalComments(total)}
285
            updateTotalComments={(total) => setTotalComments(total)}
285
            comments={comments}
286
            currentComments={comments}
286
            isShow={showComments}
287
            isShow={showComments}
287
          />
288
          />
288
        </div>
289
        </div>
289
      </div>
290
      </div>
290
    </>
291
    </>