diff --git a/src/app.js b/src/app.js
index 809f3bc..a26f8ad 100644
--- a/src/app.js
+++ b/src/app.js
@@ -8,6 +8,7 @@ function Card(data) {
)
@@ -18,7 +19,6 @@ function Card(data) {
{data.Username}
-
{data.Closed}
{data.UserID}
@@ -40,7 +40,9 @@ class Pending extends React.Component {
{this.state.pending.map((data, i) => (
- -
+ data.map((actualData, ii) => (
+ -
+ ))
))}
diff --git a/static/loggedIn.tpl b/static/loggedIn.tpl
index d59fd94..583ceab 100644
--- a/static/loggedIn.tpl
+++ b/static/loggedIn.tpl
@@ -7,5 +7,5 @@
-
+