Make everything compatible with the latest material-ui version

This commit is contained in:
uwap 2018-04-08 10:28:46 +02:00
parent 4b370889af
commit f2cc0eaa2a
5 changed files with 10 additions and 8 deletions

View file

@ -25,7 +25,7 @@ export default class TopBar extends React.Component<TopBarProps, TopBarState> {
<AppBar position="static">
<Toolbar>
{this.renderConnectionIndicator()}
<Typography type="title">{this.props.title}</Typography>
<Typography variant="title">{this.props.title}</Typography>
</Toolbar>
</AppBar>
);