{title}
{subtitle ? ({subtitle}) : null}
@@ -283,7 +282,7 @@ export function createModifierSection(
{renderJSX(baseText)}
- {format(base)}
+ {formatSmall(base)}
{unit}
@@ -292,7 +291,7 @@ export function createModifierSection(
Total
- {format(modifier.apply(base))}
+ {formatSmall(modifier.apply(base))}
{unit}