Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed May 3, 2024
1 parent ce4e2f1 commit 55412eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ function QuickbooksChartOfAccountsPage({policy}: WithPolicyProps) {
<View style={[styles.flex1, styles.alignItemsEnd, styles.pl3]}>
<Switch
accessibilityLabel={translate('workspace.accounting.accounts')}
isOn={true}
disabled={true}
isOn
disabled
onToggle={() => {}}
/>
</View>
Expand Down

0 comments on commit 55412eb

Please sign in to comment.