refactor: changes and improvements to status pill component

This commit is contained in:
André Neves 2019-01-24 00:02:14 -05:00
parent 300c7c254a
commit 4cb61c2261
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export class StatusPill extends Component<Props, State> {
timer: ?IntervalID = null;
state = {
type: 'synching',
type: 'syncing',
icon: syncIcon,
progress: 0,
isSyncing: true,