WIP Styling Changes
This commit is contained in:
@@ -136,7 +136,7 @@ export function JobCostingModalComponent({ bodyshop, job }) {
|
||||
|
||||
let gppercentFormatted;
|
||||
if (isNaN(gppercent)) gppercentFormatted = "0%";
|
||||
else if (!isFinite(gppercent)) gppercentFormatted = "-∞";
|
||||
else if (!isFinite(gppercent)) gppercentFormatted = "- ∞";
|
||||
else {
|
||||
gppercentFormatted = `${gppercent}%`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user