import React from 'react' import { Table, Button } from 'react-bootstrap'; const Plants = ({plants, deletePlant}) => { return ( <> { plants.length !== 0 ?