made slightly more noticable that the worktype was deleted on price

master
Alexander Wong 6 years ago
parent f65b34dea4
commit 7d284010fb
No known key found for this signature in database
GPG Key ID: EBFE6371FA6A79DC
  1. 7
      src/components/User/Client/UpdatePriceForm.jsx

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

Loading…
Cancel
Save