Fixed object destructuring issue
This commit is contained in:
@@ -205,7 +205,7 @@ export default function Planner() {
|
||||
<div className='flex flex-col gap-1'>
|
||||
{plannerRegions.regions.map(region => {
|
||||
const isSelected = selectedRegions.has(region.id);
|
||||
const isDefault = region.isDefault;
|
||||
const { isDefault } = region;
|
||||
const badge = getRegionBadge(region.name);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user