fix: hide refresh status when offline

This commit is contained in:
Baptiste Grob
2020-07-29 13:27:32 +02:00
parent 470091c444
commit d80c74b746

View File

@@ -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()',