Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Jan 6, 2025
1 parent ae076db commit 8a29df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/history/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const OrderHistory: React.FC = () => {
interface OrderHistoryRow {
lines: { product: { system: number } }[];
state?: string;
total_price_paid: number;
total_price_paid: string;
}

const data = useMemo(() => {
Expand Down

0 comments on commit 8a29df7

Please sign in to comment.