We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2d728 commit 9377db5Copy full SHA for 9377db5
src/main/java/de/blafoo/bkw/views/bkw/BkwView.java
@@ -83,7 +83,6 @@ protected void init() {
83
public void afterNavigation(AfterNavigationEvent event) {
84
this.removeAll();
85
86
- double eTotal = totalData.getObj().getDatas().getFirst().getETotal();
87
Board board = new Board();
88
board.addRow(
89
createHighlight("Total production", totalData.getObj().getDatas().getFirst().getETotal(), null),
0 commit comments