{formatMoney(report.totalSavings)} savings
@@ -146,7 +149,7 @@ export function PppSavingsPanel({ orgSlug, accountId }: PppSavingsPanelProps) {
) : null}
) : report ? (
-
+
@@ -238,7 +241,7 @@ export function PppSavingsPanel({ orgSlug, accountId }: PppSavingsPanelProps) {
) : (
-
PPP savings will appear here after calculation.
+
PPP savings will appear here after calculation.
)}
);