fix border appearing in shell (#24003)

This commit is contained in:
sean-brydon
2025-09-25 09:07:01 +00:00
committed by GitHub
parent 8d7cdf9d3b
commit f0aec4efdc
@@ -21,7 +21,7 @@ const Page = async () => {
<SettingsHeader
title={t("billing")}
description={t("manage_billing_description")}
borderInShellHeader={true}>
borderInShellHeader={false}>
<BillingView />
</SettingsHeader>
);