refactor: compute reconnectionSteps out of auth steps
This commit is contained in:
@@ -87,7 +87,7 @@ function AppConnectionRow(props: AppConnectionRowProps): React.ReactElement {
|
||||
alignItems="flex-start"
|
||||
spacing={1}
|
||||
>
|
||||
<Typography variant="h6">
|
||||
<Typography variant="h6" sx={{ textAlign: 'left' }}>
|
||||
{formattedData?.screenName}
|
||||
</Typography>
|
||||
|
||||
|
@@ -27,7 +27,6 @@ export const GET_APP = gql`
|
||||
}
|
||||
}
|
||||
authenticationSteps {
|
||||
step
|
||||
type
|
||||
name
|
||||
arguments {
|
||||
@@ -41,7 +40,6 @@ export const GET_APP = gql`
|
||||
}
|
||||
}
|
||||
reconnectionSteps {
|
||||
step
|
||||
type
|
||||
name
|
||||
arguments {
|
||||
|
@@ -24,7 +24,6 @@ export const GET_APPS = gql`
|
||||
clickToCopy
|
||||
}
|
||||
authenticationSteps {
|
||||
step
|
||||
type
|
||||
name
|
||||
arguments {
|
||||
@@ -38,7 +37,6 @@ export const GET_APPS = gql`
|
||||
}
|
||||
}
|
||||
reconnectionSteps {
|
||||
step
|
||||
type
|
||||
name
|
||||
arguments {
|
||||
|
Reference in New Issue
Block a user