diff --git a/src/components/AdaptiveTabs/AdaptiveTabs.tsx b/src/components/AdaptiveTabs/AdaptiveTabs.tsx index 78971e47..899fd245 100644 --- a/src/components/AdaptiveTabs/AdaptiveTabs.tsx +++ b/src/components/AdaptiveTabs/AdaptiveTabs.tsx @@ -72,10 +72,11 @@ class Tab extends React.Component { render() { const {active, disabled, hint, title = this.props.id} = this.props; + const stringTitle = (hint || typeof title === 'string' ? title : '') as string; return (
{title}