Skip to content

Commit

Permalink
add comments for singleDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 23, 2024
1 parent fb2fa11 commit 91988c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/PlantCalendarRow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ interface PlantCalendarRowProps {
outdoorsStart: string;
outdoorsEnd: string;
singleDisplay?: boolean;
// singleDisplay will include the ColorKey + MonthHeader
// only used for PlantPages
}

const PlantCalendarRow = memo(function PlantCalendarRow({
Expand Down

0 comments on commit 91988c4

Please sign in to comment.