diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 18:02:56 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 18:02:56 +0200 |
| commit | cd0551534d8aaf3d3d5cc1727dfcc01d0637c6b2 (patch) | |
| tree | 6c06381eb35f34bef66c9a67115f9760e5f78674 /src/frontend/app/hooks | |
| parent | 7178807ef9724890b39dbf09e1de5b0a9c799a85 (diff) | |
Run formatter, split code in backend
Diffstat (limited to 'src/frontend/app/hooks')
| -rw-r--r-- | src/frontend/app/hooks/useJourneyTracker.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/frontend/app/hooks/useJourneyTracker.ts b/src/frontend/app/hooks/useJourneyTracker.ts index e9be393..97bf23d 100644 --- a/src/frontend/app/hooks/useJourneyTracker.ts +++ b/src/frontend/app/hooks/useJourneyTracker.ts @@ -57,10 +57,7 @@ export function useJourneyTracker() { ) { const title = minutes <= 0 - ? t( - "journey.notification_now_title", - "¡Tu autobús está llegando!" - ) + ? t("journey.notification_now_title", "¡Tu autobús está llegando!") : t("journey.notification_approaching_title", { defaultValue: "Tu autobús llega en {{minutes}} min", minutes, |
