diff --git a/source/front/events-displayer.js b/source/front/events-displayer.js index 4b07d46..6eec340 100644 --- a/source/front/events-displayer.js +++ b/source/front/events-displayer.js @@ -80,7 +80,7 @@ export function showLoadingIndicator(container) { indicator.style.display = 'block' } -export function hideLoadingIndicator(container) { +function hideLoadingIndicator(container) { const indicator = container.querySelector('.loading-indicator') indicator.style.display = 'none' }