Skip to content

Commit 63fa186

Browse files
committed
#3997 linting useMemo
1 parent 7f5a9c0 commit 63fa186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ProjectPage/ProjectSpendingHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ProjectSpendingHistory: React.FC<ProjectSpendingHistoryProps> = ({ wbsNum
7575
budgetRemaining,
7676
budgetUsedPercentage
7777
};
78-
}, [project, reimbursementRequests]);
78+
}, [project, reimbursementRequests, wbsNum]);
7979

8080
const columns: GridColDef[] = [
8181
{

0 commit comments

Comments
 (0)