Add "Grid and Row" header

pull/1575/head
Rick Carlino 2019-11-15 11:53:10 -06:00
parent 313b129e7f
commit 7f00a1fe6e
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ export class PlantGrid extends React.Component<PlantGridProps, PlantGridState> {
render() {
return <div>
<hr />
<h3>
{t("Grid and Row Planting")}
</h3>
{this.inputs()}
<br />
{this.buttons()}