Settings
{/* Mobile: grid of sections */}
{mobileView === "grid" && (
handleSectionChange(id, true)}
/>
)}
{/* Mobile: back pill when viewing a section */}
{mobileView === "section" && (
setMobileView("grid")} />
)}
handleSectionChange(id)}
/>
{activeSection === "profile" && (
)}
{activeSection === "account" && (
)}
{activeSection === "api" && }
{activeSection === "privacy" && (
)}
);
}