mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-10 10:04:35 +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