From a9e30d4eb9e58f2a09de165896a6ac6eea252c7c Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 30 Oct 2025 12:24:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=20EventList.js=20?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=20Tooltip=20=E5=AF=BC=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Community/components/EventList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Community/components/EventList.js b/src/views/Community/components/EventList.js index 2555548f..0eeffae6 100644 --- a/src/views/Community/components/EventList.js +++ b/src/views/Community/components/EventList.js @@ -15,6 +15,7 @@ import { FormLabel, useToast, Center, + Tooltip, } from '@chakra-ui/react'; import { InfoIcon } from '@chakra-ui/icons'; import { useNavigate } from 'react-router-dom';