made slightly more noticable that the worktype was deleted on price
This commit is contained in:
parent
f65b34dea4
commit
7d284010fb
|
@ -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…
Reference in New Issue
Block a user