adding new billing location completed
This commit is contained in:
@@ -25,7 +25,7 @@ export const Page = async () => {
|
||||
return (
|
||||
<>
|
||||
{
|
||||
location.yearMonth !== array[0].yearMonth && location.yearMonth !== array[ix-1].yearMonth ? <AddLocationButton key={`add-loc-${location.yearMonth}`} /> : null
|
||||
location.yearMonth !== array[0].yearMonth && location.yearMonth !== array[ix-1].yearMonth ? <AddLocationButton key={`add-loc-${location.yearMonth}`} yyyymm={array[ix-1].yearMonth} /> : null
|
||||
}
|
||||
{
|
||||
// show month title if it's the first location in the month
|
||||
|
||||
Reference in New Issue
Block a user