commit | c0f7e9b98ccae929a8c8b0d25f40aa48f5c8ce1d | [log] [tgz] |
---|---|---|
author | Krishya <2271857550@qq.com> | Tue Apr 22 15:28:28 2025 +0800 |
committer | Krishya <2271857550@qq.com> | Tue Apr 22 15:28:28 2025 +0800 |
tree | 959a2d12a5e408ca2e53cc50a3f63e2c29c6c353 | |
parent | 25590de2dd9f9abfa55b937bf7f0806dfbf3048f [diff] [blame] |
修改个人中心、发布种子、兴趣小组 Change-Id: I73caa8ef511ad9ae12a0cc49fc0edb5ccb0b2a74
diff --git a/src/pages/Forum/posts-main/ForumPage.jsx b/src/pages/Forum/posts-main/ForumPage.jsx index bf2aa63..577d336 100644 --- a/src/pages/Forum/posts-main/ForumPage.jsx +++ b/src/pages/Forum/posts-main/ForumPage.jsx
@@ -18,8 +18,7 @@ <Header /> <div className="toolbar"> <CreatePostButton /> - <SearchBar onSearch={handleSearch} /> - + <SearchBar onSearch={handleSearch} /> </div> <PostList search={searchQuery} /> </div>