mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
fix extra buyer avatars in dispute view
This commit is contained in:
parent
60c2c12a95
commit
aac908937e
@ -1184,7 +1184,7 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> implements
|
||||
setGraphic(peerInfoIconDispute);
|
||||
} else {
|
||||
setText("");
|
||||
setText(null);
|
||||
setGraphic(null);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user