From 5f37b57ef846a91439d578e88a929b4dbf69ce01 Mon Sep 17 00:00:00 2001 From: Zhou Yuhang <54398705+xquisite0@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:11:59 +0800 Subject: [PATCH] [socialmon] inbox: revert post list order changes (#1573) --- .../src/components/posts/PostList/PostList.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/socialmon/src/components/posts/PostList/PostList.tsx b/apps/socialmon/src/components/posts/PostList/PostList.tsx index 26846ebd4..8e094d12d 100644 --- a/apps/socialmon/src/components/posts/PostList/PostList.tsx +++ b/apps/socialmon/src/components/posts/PostList/PostList.tsx @@ -76,6 +76,13 @@ export default function PostList() { All + } + withArrow={true}> + + Pending + + } withArrow={true}> @@ -92,13 +99,6 @@ export default function PostList() { Irrelevant - } - withArrow={true}> - - Pending - -