Skip to content

Commit

Permalink
fix: hide refresh status when offline
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Jul 29, 2020
1 parent 470091c commit d80c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/footer/footer-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.sk-app-bar-item.no-pointer(
ng-if='ctrl.lastSyncDate && !ctrl.isRefreshing'
)
.sk-label.subtle
.sk-label.subtle(ng-if='ctrl.online')
| Last refreshed {{ctrl.lastSyncDate}}
.sk-app-bar-item(
ng-click='ctrl.toggleSyncResolutionMenu()',
Expand Down

0 comments on commit d80c74b

Please sign in to comment.