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