mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
fix nesting issue
This commit is contained in:
@ -267,9 +267,10 @@ function ProviderSection({
|
||||
<Grid.Col span={6}>
|
||||
<Stack>
|
||||
<Text>Add SSO Account</Text>
|
||||
<Text>
|
||||
{availableProviders === undefined ? (
|
||||
<Text>
|
||||
<Trans>Loading</Trans>
|
||||
</Text>
|
||||
) : (
|
||||
<Stack gap='xs'>
|
||||
{availableProviders.map((provider: any) => (
|
||||
@ -277,7 +278,6 @@ function ProviderSection({
|
||||
))}
|
||||
</Stack>
|
||||
)}
|
||||
</Text>
|
||||
</Stack>
|
||||
</Grid.Col>
|
||||
</Grid>
|
||||
|
Reference in New Issue
Block a user