From d5a502006bcc59c6f56afbf0d80b45f5a156015a Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Sun, 4 Sep 2022 08:28:35 -0700 Subject: [PATCH] fix es warning --- net/web/src/session/conversation/topicItem/TopicItem.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/net/web/src/session/conversation/topicItem/TopicItem.jsx b/net/web/src/session/conversation/topicItem/TopicItem.jsx index 23844001..a5bf5809 100644 --- a/net/web/src/session/conversation/topicItem/TopicItem.jsx +++ b/net/web/src/session/conversation/topicItem/TopicItem.jsx @@ -7,7 +7,6 @@ import { Logo } from 'logo/Logo'; import { Space, Skeleton, Button, Modal, Input } from 'antd'; import { ExclamationCircleOutlined, DeleteOutlined, EditOutlined, FireOutlined, PictureOutlined } from '@ant-design/icons'; import { Carousel } from 'carousel/Carousel'; -import { useState, useEffect } from 'react'; export function TopicItem({ host, topic }) {