Fix ui glitch in topic breadcrumbs

This commit is contained in:
Thomas Nordquist
2019-06-16 21:56:30 +02:00
parent 1af799789d
commit 182285d8a5

View File

@@ -45,7 +45,7 @@ class Topic extends React.Component<Props, {}> {
className={this.props.classes.button}
key={edge!.hash()}
>
{edge!.name}
{edge!.name || <span dangerouslySetInnerHTML={{ __html: '&nbsp;' }} />}
</Button>,
])