Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1748 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1748 Rev 1749
Línea 1... Línea 1...
1
import React, { useState } from 'react'
1
import React, { useState } from 'react'
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
const MessageBarHead = ({ selectedConversation, handleShowConversation, setShowOptions }) => {
3
const MessageBarHead = ({ selectedConversation, handleShowConversation }) => {
Línea 4... Línea 4...
4
 
4
 
5
    const [showOptions, setShowOptions] = useState(false)
5
    const [showOptions, setShowOptions] = useState(false)