File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
desktop/src/main/java/haveno/desktop/main/support/dispute Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -927,6 +927,7 @@ protected void setupTable() {
927
927
buyerOnionAddressColumn .setComparator (Comparator .comparing (this ::getBuyerOnionAddressColumnLabel ));
928
928
sellerOnionAddressColumn .setComparator (Comparator .comparing (this ::getSellerOnionAddressColumnLabel ));
929
929
marketColumn .setComparator ((o1 , o2 ) -> CurrencyUtil .getCurrencyPair (o1 .getContract ().getOfferPayload ().getCurrencyCode ()).compareTo (o2 .getContract ().getOfferPayload ().getCurrencyCode ()));
930
+ stateColumn .setComparator (Comparator .comparing (this ::getDisputeStateText ));
930
931
931
932
dateColumn .setSortType (TableColumn .SortType .DESCENDING );
932
933
tableView .getSortOrder ().add (dateColumn );
You can’t perform that action at this time.
0 commit comments