Skip to content

Commit

Permalink
Fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus committed May 28, 2020
1 parent 3135197 commit c1867e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public ObservableValue<String> getFields(OrFields fields) {
Optional<String> name = entry.getResolvedFieldOrAlias(field, database);

if (name.isPresent()) {
return nameFormatter.formatNameLatexFree(name.get());
return nameFormatter.getValue().formatNameLatexFree(name.get());
}
} else {
Optional<String> content = entry.getResolvedFieldOrAliasLatexFree(field, database);
Expand Down

0 comments on commit c1867e5

Please sign in to comment.