diff --git a/apps/editor/components/build-tab.tsx b/apps/editor/components/build-tab.tsx index 99fb55d98..84f2a6aae 100644 --- a/apps/editor/components/build-tab.tsx +++ b/apps/editor/components/build-tab.tsx @@ -231,7 +231,7 @@ export function BuildTab() {
{BUILD_TYPES.map((type) => { const active = isTypeActive(type) @@ -240,7 +240,7 @@ export function BuildTab() { @@ -280,7 +283,7 @@ export function BuildTab() {
{roofFeatures.map((feature) => { const active = mode === 'build' && activeTool === feature.kind @@ -289,7 +292,7 @@ export function BuildTab() { @@ -325,7 +331,7 @@ export function BuildTab() {
{MEP_ITEMS.map((item) => { const active = isMepItemActive(item) @@ -334,7 +340,7 @@ export function BuildTab() {