Make it clearer which date is shown inside tooltip
This commit is contained in:
@@ -12,7 +12,7 @@ export function ButtonTooltip({
|
||||
content,
|
||||
className,
|
||||
}: {
|
||||
content?: string;
|
||||
content?: string | React.ReactNode;
|
||||
className?: string;
|
||||
}) {
|
||||
if (!content) return null;
|
||||
|
||||
Reference in New Issue
Block a user