Hide time tooltip on mobile as fix
This commit is contained in:
parent
b86720e943
commit
ead441ce9f
|
@ -14,7 +14,7 @@ export function DateTimeTooltip(props: {
|
||||||
const { time } = props
|
const { time } = props
|
||||||
return (
|
return (
|
||||||
<span
|
<span
|
||||||
className="tooltip cursor-default overflow-hidden"
|
className="tooltip cursor-default hidden sm:inline-block"
|
||||||
data-tip={dayjs(time).format('MMM DD, YYYY hh:mm a z')}
|
data-tip={dayjs(time).format('MMM DD, YYYY hh:mm a z')}
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user