Fix syntax error - remove extra closing brace

There was an extra closing brace on line 196 causing 'Unexpected token \'}\' error.
Removed the duplicate closing brace after the renderIndicatorPanel function export.
This commit is contained in:
DiTus
2026-02-25 22:59:41 +01:00
parent 551953f564
commit 43d3a081a3

View File

@ -193,7 +193,6 @@ export function renderIndicatorPanel() {
eventListenersSet = true; eventListenersSet = true;
} }
} }
}
function renderIndicatorItem(indicator, isFavorite) { function renderIndicatorItem(indicator, isFavorite) {
const colorDots = ''; const colorDots = '';