mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
chore: fix typo (#7102)
This commit is contained in:
parent
3594e1316b
commit
cc4a00454f
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export default function consentRoutes<T extends IRouterParamContext>(
|
|||
({ resource, scopes }) => [resource.indicator, scopes.map(({ name }) => name)]
|
||||
);
|
||||
|
||||
// The entries whoes resource indecator is not in the prev entries
|
||||
// The entries whose resource indicator is not present in the previous entries
|
||||
const newEntries: Array<[string, string[]]> = organizationEntries.filter(
|
||||
([resourceIndicator]) =>
|
||||
!entries.some(([indicator]) => indicator === resourceIndicator)
|
||||
|
|
Loading…
Add table
Reference in a new issue