diff --git a/src/nextapp/pages/manager/gateways/list.tsx b/src/nextapp/pages/manager/gateways/list.tsx index d512cd71c..b653aa00b 100644 --- a/src/nextapp/pages/manager/gateways/list.tsx +++ b/src/nextapp/pages/manager/gateways/list.tsx @@ -92,7 +92,9 @@ const MyGatewaysPage: React.FC = () => { // Namespace change const client = useQueryClient(); const toast = useToast(); - const namespacesRecentlyViewed = JSON.parse(localStorage.getItem('namespacesRecentlyViewed') || '[]'); + const namespacesRecentlyViewed = JSON.parse( + localStorage.getItem('namespacesRecentlyViewed') || '[]' + ); const handleNamespaceChange = React.useCallback( (namespace: Namespace) => async () => { toast({ @@ -183,26 +185,28 @@ const MyGatewaysPage: React.FC = () => { API Program Services | My Gateways - - Export Gateway Report - - } - title="My Gateways" - > + + + Export Gateway Report + + } + title="My Gateways" + > + {actions.map((action) => ( - + {action.title}