Skip to content

Commit

Permalink
Remove water
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Dec 7, 2024
1 parent 6898034 commit d164412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TreeDisplay/TreeDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function TreeDisplay({ treeData }: TreeDisplayProps) {
<View style={styles.property}>
<SvgWateringCan />
<Text style={styles.propertyText}>
{displayValue(treeData.species?.water_amount)} Water
{displayValue(treeData.species?.water_amount)}
</Text>
</View>
)}
Expand Down

0 comments on commit d164412

Please sign in to comment.