Skip to content

Commit

Permalink
style: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed May 13, 2024
1 parent f376d95 commit a905b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function XeroExportConfigurationPage({policy}: WithPolicyConnectionsProps) {
const selectedAccount = (bankAccounts ?? []).find((bank) => bank.id === exportConfiguration?.nonReimbursableAccount);
return selectedAccount?.name ?? '';
}, [bankAccounts, exportConfiguration?.nonReimbursableAccount]);

const currentXeroOrganizationName = useMemo(() => getCurrentXeroOrganizationName(policy ?? undefined), [policy]);

const menuItems: MenuItem[] = [
Expand Down

0 comments on commit a905b59

Please sign in to comment.