Skip to content

Commit 52e0589

Browse files
326 Removes inline function
1 parent b702bc8 commit 52e0589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orchestrator-ui-components/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const WfoSubscriptionDetailTree = ({
212212
text={t(
213213
'selectByNameButtonText',
214214
)}
215-
onClick={() => togglePopover()}
215+
onClick={togglePopover}
216216
/>
217217
)}
218218
</WfoButtonComboBox>

0 commit comments

Comments
 (0)