From 7d284010fb4b79c0bf401a0dcd2ddcc54affdeb8 Mon Sep 17 00:00:00 2001 From: Alexander Wong Date: Wed, 7 Feb 2018 16:04:32 -0700 Subject: [PATCH] made slightly more noticable that the worktype was deleted on price --- src/components/User/Client/UpdatePriceForm.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/User/Client/UpdatePriceForm.jsx b/src/components/User/Client/UpdatePriceForm.jsx index e0c0aac..a3994b6 100644 --- a/src/components/User/Client/UpdatePriceForm.jsx +++ b/src/components/User/Client/UpdatePriceForm.jsx @@ -148,7 +148,12 @@ const UpdatePriceFormView = ({ }} />{" "} {((price || {}).work_type || {}).label || "Unlabeled"} - {((price || {}).work_type || {}).deleted && Deleted!} + {((price || {}).work_type || {}).deleted && ( + + {" "} + (Deleted!) + + )}