Remove unused variable

This commit is contained in:
Matthias 2021-11-14 11:12:15 +01:00
parent 54862c0685
commit 5f241a41b2

View File

@ -37,7 +37,6 @@ use([
// Define Column labels here to avoid typos // Define Column labels here to avoid typos
const CHART_PROFIT = 'Profit'; const CHART_PROFIT = 'Profit';
const CHART_TRADE_COUNT = 'Trade Count';
@Component({ @Component({
components: { components: {