fixed typos
This commit is contained in:
parent
8e12725629
commit
6f61edc8ce
|
@ -41,8 +41,8 @@ export default function Calculator(props){
|
||||||
<p id="main">{main}</p>
|
<p id="main">{main}</p>
|
||||||
<p id="operation">{operation}</p>
|
<p id="operation">{operation}</p>
|
||||||
</div>
|
</div>
|
||||||
<NumPad handlemain={handlemain}/>
|
<NumPad handlemain={handleInput}/>
|
||||||
<Operators handlemain={handlemain}/>
|
<Operators handlemain={handleInput}/>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
Reference in New Issue