Skip to content

Commit

Permalink
Show issuance amount
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
  • Loading branch information
HenrikJannsen committed Mar 31, 2023
1 parent fd39b84 commit ff1948a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ public void updateItem(final BurningManListItem item, boolean empty) {
burningManTableView.getColumns().add(column);
column.setComparator(Comparator.comparing(BurningManListItem::getAccumulatedCompensationAmount));
column.setSortType(TableColumn.SortType.DESCENDING);
column.setVisible(false);
}

private void createBurnOutputsColumns() {
Expand Down

0 comments on commit ff1948a

Please sign in to comment.