Skip to content

Commit

Permalink
proddd woo
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Apr 20, 2024
1 parent aeec8dc commit 80dae7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/dashboard/recent-listings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export function RecentListings() {
source={item.source}
make={item.make}
model={item.model}
year={item.year}
year={String(item.year)}
scrape_date={item.scrape_date}
risk_score={item.risk_score}
risk_score={String(item.risk_score)}
key={item._id}
/>
))
Expand Down

0 comments on commit 80dae7e

Please sign in to comment.