@@ -139,8 +139,7 @@
"Export debug transit file"]
[:p.text-sm.opacity-70.mb-0 "Exports to a .transit file to send to us for debugging. Any sensitive data will be removed in the exported file."]])
- (when (and db-based? util/web-platform?
- (not (util/mobile?)))
+ (when (and db-based? (not (util/mobile?)))
[:div
[:hr]
(auto-backup)])]])))
@@ -325,7 +325,7 @@
(when backup-now? (backup-db-graph repo :backup-now))
- ;; run backup every hour
+ ;; run backup every hour
(let [interval (js/setInterval #(backup-db-graph repo :auto)
(* 1 60 60 1000))]
(reset! *backup-interval interval)))))