(item: Plant)
| 596 | } |
| 597 | |
| 598 | function getSunlight(item: Plant) { |
| 599 | return (item.sunlight.find(s => s.startsWith('part')) || item.sunlight[0]).split('/')[0]; |
| 600 | } |
| 601 | |
| 602 | const wateringIcons: Record<string, ReactElement> = { |
| 603 | Frequent: <Droplets aria-hidden="true" className="w-4 h-4 shrink-0" />, |
no outgoing calls
no test coverage detected