@@ -180,7 +180,7 @@ export default function HBContestPage() {
)}
- {top5Users.map((user, index) => (
+ {top10Users.map((user, index) => (
{index + 2}
{user.name}
diff --git a/client/src/pages/ManageVoucherPage.tsx b/client/src/pages/ManageVoucherPage.tsx
index 21a962d..cb25bc0 100644
--- a/client/src/pages/ManageVoucherPage.tsx
+++ b/client/src/pages/ManageVoucherPage.tsx
@@ -104,17 +104,26 @@ export default function ManageVoucherPage() {
+ Brand Logo
Brand
Description
Expiration Date
Quantity Available
Code
- Brand Logo
Actions
{voucherList.map((voucher) => (
+
+ {brandLogoUrls[voucher.id] && (
+
+ )}
+
{voucher.brand}
{voucher.description}
@@ -122,15 +131,6 @@ export default function ManageVoucherPage() {
{voucher.quantityAvailable}
{voucher.code}
-
- {brandLogoUrls[voucher.id] && (
-
- )}
-