| 7 | import UpdateConversationModal from "../UpdateConversationModal"; |
| 8 | |
| 9 | interface State { |
| 10 | showUpdateConversationModal: boolean; |
| 11 | } |
| 12 | |
| 13 | const ConversationList = () => { |
| 14 | const { t } = useTranslation(); |
nothing calls this directly
no outgoing calls
no test coverage detected