feat: optimize the display effect of other kinds of events
This commit is contained in:
@@ -27,7 +27,6 @@ export default function Note({
|
||||
}) {
|
||||
const { push } = useSecondaryPage()
|
||||
const usingClient = useMemo(() => getUsingClient(event), [event])
|
||||
|
||||
return (
|
||||
<div className={className}>
|
||||
<div className="flex items-center space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user