Skip to content

Commit

Permalink
TWEAK style
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Sep 29, 2017
1 parent 558f700 commit 982321e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/renderer/components/Icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
}

.icon.-spin {
animation: spin infinite 1s linear;
animation: spin infinite .6s linear;
}
2 changes: 1 addition & 1 deletion modules/renderer/components/TaskView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class TaskView extends PureComponent<ITaskViewProps, {}> {
</Popper>

{
task.status === 'FAIL' ? (
task.status === TaskStatus.FAIL ? (
<a href="#" onClick={this.handleRefreah}>
<Icon name="refresh" />
</a>
Expand Down

0 comments on commit 982321e

Please sign in to comment.