freeCodeCamp / league-for-good

An open source sports league management tool
BSD 3-Clause "New" or "Revised" License
163 stars 106 forks source link

Replace onTouchTap with onClick in CreateLeagueButton file #109

Closed lieberscott closed 6 years ago

lieberscott commented 6 years ago

Create League was not working because of updates in Material UI that deprecated the onTouchTap event. It should be replaced with onClick, which is what this PR does. See details here: https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog/issues/8