Skip to content

Commit

Permalink
resolve lint for access component
Browse files Browse the repository at this point in the history
Signed-off-by: Chandra Kant Paliwal <paliwal.ck+ibm@gmail.com>
  • Loading branch information
ckpaliwal committed Jun 24, 2024
1 parent b82a8cc commit b02e3da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/apollo/src/components/Access/Access.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,11 @@ export function AuthenticatedUsers(props) {
addItems={
props.isManager
? [
{
text: 'add_new_users',
fn: props.onAdd,
},
]
{
text: 'add_new_users',
fn: props.onAdd,
},
]
: []
}
selectItem={
Expand Down Expand Up @@ -894,11 +894,11 @@ export function ApiKeys(props) {
addItems={
props.isManager
? [
{
text: 'add_new_apikey',
fn: props.onAdd,
},
]
{
text: 'add_new_apikey',
fn: props.onAdd,
},
]
: []
}
selectItem={
Expand Down

0 comments on commit b02e3da

Please sign in to comment.