We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08a897 commit 2d78c7bCopy full SHA for 2d78c7b
1 file changed
components/project/MilestoneReview.tsx
@@ -34,7 +34,6 @@ const MilestoneReview: React.FC<MilestoneReviewProps> = ({
34
return (totalFundAmount * numPercentage) / 100;
35
};
36
37
- // Multi-open accordion behavior
38
const [expandedIds, setExpandedIds] = useState<Set<string>>(new Set());
39
const toggle = (id: string) => {
40
setExpandedIds(prev => {
0 commit comments