mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Add missing bracket
This commit is contained in:
parent
a52ce155ed
commit
b84a29cb0e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class LockedView extends ActivatableView<VBox, Void> {
|
||||||
if (getTradable(item).isPresent())
|
if (getTradable(item).isPresent())
|
||||||
setGraphic(new AutoTooltipLabel(formatter.formatDateTime(getTradable(item).get().getDate())));
|
setGraphic(new AutoTooltipLabel(formatter.formatDateTime(getTradable(item).get().getDate())));
|
||||||
else
|
else
|
||||||
setGraphic(new AutoTooltipLabel(Res.get("shared.noDateAvailable"));
|
setGraphic(new AutoTooltipLabel(Res.get("shared.noDateAvailable")));
|
||||||
} else {
|
} else {
|
||||||
setGraphic(null);
|
setGraphic(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue