Make everything compatible with the latest material-ui version
This commit is contained in:
parent
4b370889af
commit
f2cc0eaa2a
5 changed files with 10 additions and 8 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue