diff --git a/src/views/Profile.tsx b/src/views/Profile.tsx
index be79cf9..fa9ddad 100644
--- a/src/views/Profile.tsx
+++ b/src/views/Profile.tsx
@@ -63,11 +63,11 @@ function SectionTitle({
}) {
return (
-
- setEventTab(value as EventTab)} />
- setEventTab(value as EventTab)} />
- setEventTab(value as EventTab)} />
-
{regsLoading ?
در حال بارگذاری فعالیتهای رویدادی...
: null}
{regsError ?
خطا در دریافت ثبتنامهای رویدادی
: null}
{activeEventItems.length ? activeEventItems.map(renderRegistrationRow) : (
-
+
موردی در این بخش ثبت نشده است.
)}
+
+ setEventTab(value as EventTab)} />
+ setEventTab(value as EventTab)} />
+ setEventTab(value as EventTab)} />
+
@@ -647,17 +645,10 @@ export default function Profile() {
-
- setBlogTab(value as BlogTab)} />
- setBlogTab(value as BlogTab)} />
- setBlogTab(value as BlogTab)} />
- setBlogTab(value as BlogTab)} />
-
{blogTab === "liked" ? (
blogActivity?.liked_posts.length ? blogActivity.liked_posts.map(renderPostRow) : (
@@ -680,6 +671,12 @@ export default function Profile() {
)
) : null}
+
+ setBlogTab(value as BlogTab)} />
+ setBlogTab(value as BlogTab)} />
+ setBlogTab(value as BlogTab)} />
+ setBlogTab(value as BlogTab)} />
+
@@ -699,7 +696,7 @@ function EmptyBlogActivity({
text: string;
}) {
return (
-