Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 555 Rev 556
Línea 2... Línea 2...
2
import { axios } from '../../utils'
2
import { axios } from '../../utils'
3
import { addNotification } from '../../redux/notification/notification.actions'
3
import { addNotification } from '../../redux/notification/notification.actions'
4
import { useDispatch, useSelector } from 'react-redux'
4
import { useDispatch, useSelector } from 'react-redux'
5
import EditIcon from '@mui/icons-material/Edit'
5
import EditIcon from '@mui/icons-material/Edit'
6
import DeleteIcon from '@mui/icons-material/Delete'
6
import DeleteIcon from '@mui/icons-material/Delete'
-
 
7
import ChatOutlinedIcon from '@mui/icons-material/ChatOutlined'
7
import styled from 'styled-components'
8
import styled from 'styled-components'
Línea 8... Línea 9...
8
 
9
 
9
import { QuestionStats } from './QuestionCard'
10
import { QuestionStats } from './QuestionCard'
10
import { CommentForm, CommentsList } from '../feed/CommentSection'
11
import { CommentForm, CommentsList } from '../feed/CommentSection'
Línea 151... Línea 152...
151
              withLabel
152
              withLabel
152
            />
153
            />
153
          )}
154
          )}
154
          {link_add_comment && (
155
          {link_add_comment && (
155
            <button onClick={() => setShowComments(!showComments)}>
156
            <button onClick={() => setShowComments(!showComments)}>
-
 
157
              <ChatOutlinedIcon />
156
              {labels.comment}
158
              {labels.comment}
157
            </button>
159
            </button>
158
          )}
160
          )}
159
          {link_edit && (
161
          {link_edit && (
160
            <button onClick={() => onEdit(link_edit, text)}>
162
            <button onClick={() => onEdit(link_edit, text)}>