mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -51,8 +51,10 @@ export default class View extends React.PureComponent {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <Tooltip title='View' placement='top'>
|
||||
<FullscreenIcon onClick={() => this.viewStuff()} className='topicons' />
|
||||
</Tooltip>
|
||||
return (
|
||||
<Tooltip title='View' placement='top'>
|
||||
<FullscreenIcon onClick={() => this.viewStuff()} className='topicons' />
|
||||
</Tooltip>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user