Skip to content

Commit

Permalink
removed extra required label on DE
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Sep 20, 2023
1 parent 664cb28 commit a703c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/modal/content/DE-GPL/parts/Calculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const Calculator = () => {
<div className="input__wrapper transitional">
<div className="input__label">{inputLabel}</div>
<input
aria-required="true"
className="input"
type="text"
value={displayValue}
Expand Down

0 comments on commit a703c00

Please sign in to comment.