Skip to content

Commit 1fdd1ad

Browse files
committed
feat: minor fix
1 parent 93b89c7 commit 1fdd1ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/ProviderEServiceListPage/components/EServiceTableRow.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { TableRow } from '@pagopa/interop-fe-commons'
1111
import type { EServiceDescriptorState, ProducerEService } from '@/api/api.generatedTypes'
1212
import { AuthHooks } from '@/api/auth'
1313
import { useQuery, useQueryClient } from '@tanstack/react-query'
14-
// import { ByDelegationChip } from '@/components/shared/ByDelegationChip'
1514
import { NotificationBadgeDot } from '@/components/shared/NotificationBadgeDot/NotificationBadgeDot'
1615
import { 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
) : (

0 commit comments

Comments
 (0)