diff --git a/app/ui/MonthLocationList.tsx b/app/ui/MonthLocationList.tsx index e3bafa2..6a59ad6 100644 --- a/app/ui/MonthLocationList.tsx +++ b/app/ui/MonthLocationList.tsx @@ -81,12 +81,7 @@ export const MonthLocationList:React.FC = ({ locations.map((location, ix) => ) : null } - { - yearMonth.month === expandedMonth ? - // show AddLocationButton as a last item in the first month - (monthIx === 0 ? : null) - : null - } + ) }