fix(read-history): hover card alaway open
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
96bb514254
commit
2eaabf0038
|
|
@ -47,7 +47,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
|
|||
))}
|
||||
|
||||
{!!totalCount && totalCount > LIMIT && (
|
||||
<HoverCard open>
|
||||
<HoverCard>
|
||||
<HoverCardTrigger asChild>
|
||||
<button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Reference in New Issue