feat: optimize the display effect of other kinds of events
This commit is contained in:
parent
5e3fd93a23
commit
73b38d37e7
17 changed files with 719 additions and 66 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue