Skip to content

Commit b5fcdf4

Browse files
committed
tbd
1 parent 8d8cdbf commit b5fcdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/UsageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function UsageView({ attributionId }: UsageViewProps) {
4848
setSupportedClasses(classes);
4949
})();
5050
}, []);
51-
51+
// edit
5252
useEffect(() => {
5353
loadPage(1);
5454
}, [startDateOfBillMonth, endDateOfBillMonth]);

0 commit comments

Comments
 (0)