chore: fix typings

This commit is contained in:
blam
2021-02-16 11:13:12 +01:00
committed by Kiran Patel
parent 8c5a6df2c8
commit 3469cc71cc
@@ -35,7 +35,7 @@ export const OverflowTooltip = (props: Props) => {
return (
<Tooltip
title={props.title ?? (props.text as string)}
title={props.title ?? props.text!}
placement={props.placement}
disableHoverListener={!hover}
>