made slightly more noticable that the worktype was deleted on price

This commit is contained in:
Alexander Wong 2018-02-07 16:04:32 -07:00
parent f65b34dea4
commit 7d284010fb
No known key found for this signature in database
GPG Key ID: EBFE6371FA6A79DC

View File

@ -148,7 +148,12 @@ const UpdatePriceFormView = ({
}} }}
/>{" "} />{" "}
{((price || {}).work_type || {}).label || "Unlabeled"} {((price || {}).work_type || {}).label || "Unlabeled"}
{((price || {}).work_type || {}).deleted && <span>Deleted!</span>} {((price || {}).work_type || {}).deleted && (
<span>
{" "}
<i>(Deleted!)</i>
</span>
)}
</span> </span>
</Form.Field> </Form.Field>
<Form.Field> <Form.Field>