Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Mar 13, 2024
1 parent 1d55ee6 commit cb5f762
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/workspace/workflows/WorkspaceWorkflowsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ function WorkspaceWorkflowsPage({policy, betas, route, reimbursementAccount, ses
]);

const renderOptionItem = (item: ToggleSettingOptionRowProps, index: number) => (
<View style={styles.mt7} key={`toggleSettingOptionItem-${index}`}>
<View
style={styles.mt7}
key={`toggleSettingOptionItem-${index}`}
>
<ToggleSettingOptionRow
icon={item.icon}
title={item.title}
Expand Down

0 comments on commit cb5f762

Please sign in to comment.