Tweak formatting
This commit is contained in:
parent
31a47a99dd
commit
cf3cb7357b
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ export function GenericSheetMixin(HandlebarsSheet) {
|
||||||
|
|
||||||
let flavor;
|
let flavor;
|
||||||
if (data.flavor) {
|
if (data.flavor) {
|
||||||
flavor = localizer(
|
flavor = localizer(data.flavor);
|
||||||
data.flavor,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const roll = new Roll(formula);
|
const roll = new Roll(formula);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue