mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 08:17:57 +00:00
fix extra buyer avatars in dispute view
This commit is contained in:
parent
60c2c12a95
commit
aac908937e
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> implements
|
||||||
setGraphic(peerInfoIconDispute);
|
setGraphic(peerInfoIconDispute);
|
||||||
} else {
|
} else {
|
||||||
setText("");
|
setText("");
|
||||||
setText(null);
|
setGraphic(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue