Files
sure/app/javascript/controllers
Guillem Arias 93da21c938 fix(goals/chart): use optional chain for currency_symbol fallback
Biome lint flagged `(this.dataValue && this.dataValue.x) || fallback`
as `lint/complexity/useOptionalChain`. Same behaviour with
`this.dataValue?.x || fallback`, lint clean.
2026-05-15 07:50:23 +02:00
..
2025-01-16 14:36:37 -05:00
2026-03-29 17:28:07 +02:00