From 0ba1864dee3126e15008b4a663bcf6ac2ee89a34 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Thu, 2 May 2024 14:27:00 +0200 Subject: [PATCH] Update src/react/ui-elements/SelectAccountIAMRole.tsx Co-authored-by: JBWatenbergScality <75977494+JBWatenbergScality@users.noreply.github.com> --- src/react/ui-elements/SelectAccountIAMRole.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/ui-elements/SelectAccountIAMRole.tsx b/src/react/ui-elements/SelectAccountIAMRole.tsx index 72569c640..ba81596e1 100644 --- a/src/react/ui-elements/SelectAccountIAMRole.tsx +++ b/src/react/ui-elements/SelectAccountIAMRole.tsx @@ -61,7 +61,7 @@ const filterRoles = ( }; /** - * DataServiceRoleProvider is using the the path to figure out what is the current account. + * DataServiceRoleProvider is using the path to figure out what is the current account. * In order to reuse this logic, we need to have a router and set DataServiceRoleProvider under * the path /accounts/:accountName * Without this INTERNAL_DEFAULT_ACCOUNT_NAME_FOR_INITIALIZATION, it won't render.