{replies.map(({ reply, firstSubReply }) => (
diff --git a/src/pages/ProfilePage.tsx b/src/pages/ProfilePage.tsx
index 827fecc8..9d4cc375 100644
--- a/src/pages/ProfilePage.tsx
+++ b/src/pages/ProfilePage.tsx
@@ -1533,7 +1533,7 @@ export function ProfilePage() {
{/* Pinned posts (only on Posts tab) */}
{activeTab === 'posts' && pinnedIds.length > 0 && (
-
+
{pinnedEventsLoading ? (
pinnedIds.map((id) => (
@@ -1660,7 +1660,7 @@ export function ProfilePage() {
))}
) : currentItems.length > 0 ? (
-
+
{currentItems.map((item) => (