Skip to content

Commit a143be9

Browse files
1210 Removes commented code
1 parent c8a3a89 commit a143be9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/orchestrator-ui-components/src/pages/processes/WfoProcessListSubscriptionsCell.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,6 @@ export const WfoProcessListSubscriptionsCell: FC<
8686
>
8787
+ {numberOfNotVisibleSubscriptions}
8888
</WfoBadge>
89-
90-
// <div
91-
// css={{
92-
// backgroundColor: 'hotpink',
93-
// padding: '3px',
94-
// borderRadius: '50%',
95-
// fontSize: '0.75rem',
96-
// // flex: '0 0 auto',
97-
// }}
98-
// >
99-
// {`+${numberOfNotVisibleSubscriptions}`}
100-
// </div>
10189
)}
10290
</EuiFlexGroup>
10391
</>

0 commit comments

Comments
 (0)