|
@@ -15,7 +15,7 @@ const Notification = () => {
|
|
|
const { toggleDrawer, setDrawerProps } = useModal()
|
|
const { toggleDrawer, setDrawerProps } = useModal()
|
|
|
// const { sendMsg } = useWebSocketFn()
|
|
// const { sendMsg } = useWebSocketFn()
|
|
|
const { Paragraph } = Typography
|
|
const { Paragraph } = Typography
|
|
|
- const [ellipsis, setEllipsis] = React.useState(true)
|
|
|
|
|
|
|
+ const [ellipsis] = React.useState(true)
|
|
|
const [state, setState] = useState({
|
|
const [state, setState] = useState({
|
|
|
loading: false,
|
|
loading: false,
|
|
|
list: [],
|
|
list: [],
|