issues
search
bnicholson
/
QView
QView - Manage Quizzing Tournaments
4
stars
0
forks
source link
Replace Home Component
#34
Closed
TheSecondPower
closed
1 year ago
TheSecondPower
commented
1 year ago
This branch:
Renames the new
<Home />
component "TournamentFinder"
Replaces the original
<Home />
component with the new
<TournamentFinder />
Changes the starting date to 1 month prior to the current date (to match the old behavior)
Fixes a
map()
function which wasn't passing a
key
prop to its rendered element.
This branch:
<Home />
component "TournamentFinder"<Home />
component with the new<TournamentFinder />
map()
function which wasn't passing akey
prop to its rendered element.