From 8fe40cf285398f5ac2fcdbf18ee36d9f37b9a3a3 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Thu, 10 Sep 2020 14:12:24 -0700 Subject: [PATCH] Revert "Render Club ad expenses as positive red number" This reverts commit 79facf076da97e03f7938828bd4aa8e9200e85fb --- src/uncategorized/clubAdvertisement.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index ea7e082ac79..5b8b190a0c0 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -132,7 +132,7 @@ <p> <div> - You are spending <<print cashFormatColor($clubAdsSpending, true)>> each week to advertise $clubName. + You are spending <<print cashFormatColor(forceNeg($clubAdsSpending))>> each week to advertise $clubName. </div> <div> -- GitLab