Skip to content

Commit

Permalink
Delete trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
juho-kettunen-nc committed Nov 13, 2024
1 parent 4b9ea58 commit 3308d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/leases/components/LeasePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,11 @@ class LeasePage extends Component<Props, State> {
if (hasPermissions(usersPermissions, UsersPermissions.VIEW_INVOICE) && !invoices) {
fetchInvoicesByLease(leaseId);
}

if (hasPermissions(usersPermissions, UsersPermissions.VIEW_LEASETYPE) && isEmpty(leaseTypeList)) {
fetchLeaseTypes();
}

if (hasPermissions(usersPermissions, UsersPermissions.VIEW_VAT) && isEmpty(vats)) {
fetchVats();
}
Expand Down Expand Up @@ -1040,4 +1040,4 @@ export default flowRight(withLeasePageAttributes, withUiDataList, withRouter, co
receiveSingleLease,
receiveTopNavigationSettings,
showEditMode
}))(LeasePage);
}))(LeasePage);

0 comments on commit 3308d0b

Please sign in to comment.