completionId: cgen-677b12b66a4a424a929f7971d63d6e3d
cgen-677b12b66a4a424a929f7971d63d6e3d
This commit is contained in:
parent
0d95382236
commit
a746466197
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ export default function Feed() {
|
|||
const [activeTab, setActiveTab] = useState<"all" | ArmType>("all");
|
||||
const [selectedPostForComments, setSelectedPostForComments] = useState<string | null>(null);
|
||||
const [userLikedPosts, setUserLikedPosts] = useState<Set<string>>(new Set());
|
||||
const [showPostComposer, setShowPostComposer] = useState(false);
|
||||
|
||||
// Load user's followed arms
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue