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="operation">{operation}</p>
|
||||
</div>
|
||||
<NumPad handlemain={handlemain}/>
|
||||
<Operators handlemain={handlemain}/>
|
||||
<NumPad handlemain={handleInput}/>
|
||||
<Operators handlemain={handleInput}/>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue