diff --git a/components/poll/poll-subheader.tsx b/components/poll/poll-subheader.tsx index 3cf7d3f25..292af2986 100644 --- a/components/poll/poll-subheader.tsx +++ b/components/poll/poll-subheader.tsx @@ -37,7 +37,7 @@ const PollSubheader: React.VoidFunctionComponent = () => { }} />   - + {poll.role === "admin" ? ( poll.verified ? ( diff --git a/components/tooltip.tsx b/components/tooltip.tsx index 8dbd6f6aa..025dea6b3 100644 --- a/components/tooltip.tsx +++ b/components/tooltip.tsx @@ -82,12 +82,12 @@ const Tooltip: React.VoidFunctionComponent = ({ return ( <> -
{children} -
+
{open ? (