)
},
}
}
// Sandbox companies don't connect to the real Skatteverket: hide the panel,
// matching the old Skatteverket tab's visibility gate. Read straight off the
// already-loaded settings row (no separate query needed).
const showSkatteverket = hasSkatteverketExtension && !settings.is_sandbox
return (
{/* Connection panel first: the skattekonto and momsdeklaration pages
send users here specifically to (re)connect; below the long tax
form it sat out of view. */}
{showSkatteverket && }
)
}