From 6a9e67704371074c3d1567a92ded76e8370b95b7 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 6 Mar 2022 20:49:13 -0600 Subject: [PATCH] Created user dashboard. --- sports-matcher/src/MatchesList.js | 9 +++++++-- sports-matcher/src/SearchBar.js | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sports-matcher/src/MatchesList.js b/sports-matcher/src/MatchesList.js index cadd0ea..d07e804 100644 --- a/sports-matcher/src/MatchesList.js +++ b/sports-matcher/src/MatchesList.js @@ -8,7 +8,12 @@ export default function MatchesList() { - {/* TODO: Loop to populate */} + + + + + + ); -} \ No newline at end of file +} diff --git a/sports-matcher/src/SearchBar.js b/sports-matcher/src/SearchBar.js index 4ac546b..1dc2b86 100644 --- a/sports-matcher/src/SearchBar.js +++ b/sports-matcher/src/SearchBar.js @@ -5,7 +5,6 @@ export default function SearchBar() {
-
); } \ No newline at end of file