completionId: cgen-07aeefc8033042d8921df0e61f6a6311
cgen-07aeefc8033042d8921df0e61f6a6311
This commit is contained in:
parent
bae9dfa17b
commit
3f9e8dd066
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ export default function Feed() {
|
|||
const [userFollowedArms, setUserFollowedArms] = useState<ArmType[]>([]);
|
||||
const [showFilters, setShowFilters] = useState(false);
|
||||
const [activeTab, setActiveTab] = useState<"all" | ArmType>("all");
|
||||
const [selectedPostForComments, setSelectedPostForComments] = useState<string | null>(null);
|
||||
const [userLikedPosts, setUserLikedPosts] = useState<Set<string>>(new Set());
|
||||
|
||||
// Load user's followed arms
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue