diff --git a/src/components/Feed/UserFeed.tsx b/src/components/Feed/UserFeed.tsx
index 872af4f..bc19572 100644
--- a/src/components/Feed/UserFeed.tsx
+++ b/src/components/Feed/UserFeed.tsx
@@ -176,7 +176,7 @@ const UserFeed = async (props: Props) => {
Inbound Activity
Your Holds
-
+
{holdRequests.docs?.map((h) => {
const book = h.book as Book
const repository = h.repository as Repository
@@ -186,9 +186,9 @@ const UserFeed = async (props: Props) => {
: ''
return (
- -
+
-
-
+
{book.title}
@@ -198,7 +198,7 @@ const UserFeed = async (props: Props) => {