Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Apr 4, 2024
1 parent 02967a9 commit 3924c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/home/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type MetricType =
| "ORDERS_FOR_USER";

interface UserSessionDetails {
userSessionDetails: {};
userSessionDetails: any;
}

interface Notification {
Expand Down

0 comments on commit 3924c42

Please sign in to comment.