1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

remove unneeded option

This commit is contained in:
Daniel Waxweiler
2025-05-26 16:56:40 +02:00
parent a6e720679c
commit 4f9785a1a8
7 changed files with 16 additions and 44 deletions

View File

@ -10,7 +10,7 @@ export function displayEvents({ events, document, container, maxEventsCount }) {
hideLoadingIndicator(container)
const isShortOffsetNameShown =
window.MOBILIZON_CONNECTOR.isShortOffsetNameShown
window.MOBILIZON_CONNECTOR.isShortOffsetNameShown || false // TODO remove
const locale = window.MOBILIZON_CONNECTOR.locale
const timeZone = window.MOBILIZON_CONNECTOR.timeZone