Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Jan 3, 2025
1 parent 488ff88 commit 41fc174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/TreeSearch/TreeSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function TreeSearch({ navigation }: TreeSearchScreenProps) {
const formattedData: TreeSpeciesItem[] = data.map(
(item: TreeSpecies & { count: number }) => ({
species: item.name,
image_link:
image_url:
item.image_url || 'https://example.com/placeholder.jpg',
stock_count: item.count,
max_height_ft: item.max_height_ft,
Expand Down

0 comments on commit 41fc174

Please sign in to comment.