Refresh button: add title.

master
Tom Hacohen 2019-02-12 14:46:54 +00:00
parent 8f13da7a39
commit 4dac9703e9
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class App extends React.PureComponent {
<AppBarWitHistory
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
iconElementRight={
<IconButton disabled={!credentials || fetching} onClick={this.refresh}>
<IconButton disabled={!credentials || fetching} onClick={this.refresh} title="Refresh">
<IconRefreshWithSpin spin={fetching} />
</IconButton>}