diff --git a/web/components/datetime-tooltip.tsx b/web/components/datetime-tooltip.tsx
index def95a8e..c6bd1723 100644
--- a/web/components/datetime-tooltip.tsx
+++ b/web/components/datetime-tooltip.tsx
@@ -13,11 +13,14 @@ export function DateTimeTooltip(props: {
}) {
const { time } = props
return (
-
- {props.children}
-
+ <>
+
+ {props.children}
+
+ {props.children}
+ >
)
}