mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
Improve update integration diagnostics
This commit is contained in:
parent
ca1ef66d77
commit
82a2eebb3f
8 changed files with 95 additions and 17 deletions
|
|
@ -19,7 +19,7 @@ const getInitialViewMode = (): MetricsViewMode => {
|
|||
if (stored === 'sparklines' || stored === 'bars') {
|
||||
return stored;
|
||||
}
|
||||
} catch (err) {
|
||||
} catch (_err) {
|
||||
// Ignore localStorage errors
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue