diff --git a/webapp/src/components/link_tooltip/link_tooltip.jsx b/webapp/src/components/link_tooltip/link_tooltip.jsx index 70bcd2cb0..4ba3dc9aa 100644 --- a/webapp/src/components/link_tooltip/link_tooltip.jsx +++ b/webapp/src/components/link_tooltip/link_tooltip.jsx @@ -86,6 +86,7 @@ export const LinkTooltip = ({href, connected, show, theme}) => { if (data) { let date = new Date(data.created_at); date = date.toDateString(); + return (