Merge pull request #707 from edewit/divider

add divider on section
This commit is contained in:
mfrances17 2021-06-16 11:47:51 -04:00 committed by GitHub
commit ec6550a9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ export const IdentityProvidersSection = () => {
<ViewHeader
titleKey="common:identityProviders"
subKey="identity-providers:listExplain"
divider={false}
/>
<PageSection
variant={providers.length === 0 ? "default" : "light"}