Skip to content

Commit

Permalink
Update currentBets.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
EoinMcArdle99 committed Apr 8, 2020
1 parent a26d5bd commit 990458f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/components/Bet_Display_Components/currentBets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ export default class CurrentBets extends React.Component {
)
}else{
return(
<Paper style={styles.paper}>
<h2>Your Current Bets:</h2>
<div style={{textAlign: 'center'}}>
<h6 style={styles.text}>{errorMsg}</h6>
</div>
</Paper>
)
}
}else{
Expand Down

0 comments on commit 990458f

Please sign in to comment.