初始化提交
This commit is contained in:
@@ -17,7 +17,7 @@ export function ChatEvents({
|
||||
}) {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
const buttonLabel = isOpen ? "Hide events" : "Show events";
|
||||
const buttonLabel = isOpen ? "隐藏" : "详情";
|
||||
|
||||
const EventIcon = isOpen ? (
|
||||
<ChevronDown className="h-4 w-4" />
|
||||
|
||||
Reference in New Issue
Block a user