More fixes/patches

This commit is contained in:
Ryan McGrath 2018-04-11 23:16:10 -04:00
parent 1f90ca2575
commit c02ad19f2b
No known key found for this signature in database
GPG key ID: 811674B62B666830
18 changed files with 582 additions and 239 deletions

View file

@ -23,7 +23,7 @@ const hydrate = create({
const stores = {
Tournaments: TournamentsListingStore,
TournamentEventStore: TournamentEventStore,
Events: TournamentEventStore,
Bookmarks: BookmarksStore,
Settings: SettingsStore
};