Skip to content

Commit

Permalink
Merge pull request #50761 from layacat/fix/50357
Browse files Browse the repository at this point in the history
fix: [QBO] There is no option to enter credentials
  • Loading branch information
deetergp authored Oct 16, 2024
2 parents e4e32aa + 8173b9d commit 4bad885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/accounting/PolicyAccountingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) {

const overflowMenu: ThreeDotsMenuProps['menuItems'] = useMemo(
() => [
...(shouldShowEnterCredentials && (connectedIntegration === CONST.POLICY.CONNECTIONS.NAME.SAGE_INTACCT || connectedIntegration === CONST.POLICY.CONNECTIONS.NAME.NETSUITE)
...(shouldShowEnterCredentials
? [
{
icon: Expensicons.Key,
Expand Down

0 comments on commit 4bad885

Please sign in to comment.