Skip to content

Commit 2d78c7b

Browse files
authored
fix: deleted comments in milstone review (#225)
1 parent e08a897 commit 2d78c7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/project/MilestoneReview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const MilestoneReview: React.FC<MilestoneReviewProps> = ({
3434
return (totalFundAmount * numPercentage) / 100;
3535
};
3636

37-
// Multi-open accordion behavior
3837
const [expandedIds, setExpandedIds] = useState<Set<string>>(new Set());
3938
const toggle = (id: string) => {
4039
setExpandedIds(prev => {

0 commit comments

Comments
 (0)