Skip to content

Commit

Permalink
feat: equipment label consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 2, 2025
1 parent 62b27a1 commit be7dd24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const EquipmentItem: FC<EquipmentItemProps> = ({ equipment, isEditDisable
</dd>
</div>
<div>
<dt>Date set/used</dt>
<dt>Set/Used date</dt>
<dd id="equipment-date-set-div">{formatDate(setEquipmentDate?.toString())}</dd>
</div>
{equipment.id &&
Expand Down

0 comments on commit be7dd24

Please sign in to comment.