+
+ Welcome Back, Student!
+
+
+
+
+
+
Bought Items
+
+
+ {boughtItems.map(item => (
+ -
+ {item.name}
+ {item.price}
+
+ ))}
+
+
+
+
+
+
+
Sold Items
+
+
+ {soldItems.map(item => (
+ -
+ {item.name}
+ {item.price}
+
+ ))}
+
+
+
+
+
+
+
Current Bids
+
+
+ {currentBids.map(item => (
+ -
+ {item.name}
+ {item.bid}
+
+ ))}
+
+
+
+
+
+
+
+
+