Skip to content

Commit

Permalink
reveverted DE
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Sep 21, 2023
1 parent a703c00 commit 0ae889b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/modal/content/DE-GPL/parts/Calculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,7 @@ const Calculator = () => {
{emptyState ? <h3 className="title">{title}</h3> : null}
<div className="input__wrapper transitional">
<div className="input__label">{inputLabel}</div>
<input
className="input"
type="text"
value={displayValue}
onInput={onInput}
onKeyDown={onKeyDown}
inputmode="tel"
/>
<input className="input" type="tel" value={displayValue} onInput={onInput} onKeyDown={onKeyDown} />
</div>
<div
className={`content-column transitional calculator__error ${
Expand Down

0 comments on commit 0ae889b

Please sign in to comment.