completionId: cgen-497db3bf2a6e465c95141c8823842e02
cgen-497db3bf2a6e465c95141c8823842e02
This commit is contained in:
parent
b0e37a83c6
commit
eed06403f2
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export default function Feed() {
|
|||
const [activeFilter, setActiveFilter] = useState<
|
||||
"all" | "following" | "trending"
|
||||
>("all");
|
||||
const [selectedArms, setSelectedArms] = useState<ArmType[]>([]);
|
||||
const [showPostComposer, setShowPostComposer] = useState(false);
|
||||
|
||||
const mapPostsToFeedItems = useCallback(
|
||||
|
|
|
|||
Loading…
Reference in a new issue