Skip to content

Commit

Permalink
MHV-61850: fixed status tag from div to p (carryover from MHV-62452)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenshutin-bylight committed Oct 4, 2024
1 parent 265df01 commit a7cc5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NonVaPrescription = prescription => {
<h3 className="vads-u-font-size--base vads-u-font-family--sans">
Status
</h3>
<div data-testid="rx-status">{validateField(status)}</div>
<p data-testid="rx-status">{validateField(status)}</p>
<div className="no-print">
<va-additional-info
trigger="What does this status mean?"
Expand Down

0 comments on commit a7cc5da

Please sign in to comment.