File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/pages/ProviderEServiceListPage/components Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { TableRow } from '@pagopa/interop-fe-commons'
1111import type { EServiceDescriptorState , ProducerEService } from '@/api/api.generatedTypes'
1212import { AuthHooks } from '@/api/auth'
1313import { useQuery , useQueryClient } from '@tanstack/react-query'
14- // import { ByDelegationChip } from '@/components/shared/ByDelegationChip'
1514import { NotificationBadgeDot } from '@/components/shared/NotificationBadgeDot/NotificationBadgeDot'
1615import { DelegationTooltip } from '@/components/shared/DelegationTooltip'
1716
@@ -73,7 +72,6 @@ export const EServiceTableRow: React.FC<EServiceTableRow> = ({ eservice }) => {
7372 < Stack direction = "row" alignItems = { 'center' } spacing = { 1 } >
7473 { eservice . hasUnreadNotifications && < NotificationBadgeDot /> }
7574 < Typography variant = "body2" > { eservice . name } </ Typography >
76- { /*<ByDelegationChip tenantRole={isDelegator ? 'DELEGATOR' : 'DELEGATE'} />*/ }
7775 { eservice . delegation && < DelegationTooltip delegation = { eservice . delegation } /> }
7876 </ Stack >
7977 ) : (
You can’t perform that action at this time.
0 commit comments