Skip to content

Commit

Permalink
Merge pull request #2 from KoolTheba/dev
Browse files Browse the repository at this point in the history
fix: removed unnecessary prop
  • Loading branch information
KoolTheba authored Jun 17, 2022
2 parents e0b196e + 248c9e2 commit dd04464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Results.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default class Results extends React.Component {

render() {
const { winner, loser, error, loading } = this.state
const { onReset } = this.props

if(loading === true){
return <Loading text='Battling' />
Expand Down

0 comments on commit dd04464

Please sign in to comment.