Skip to content

Commit

Permalink
fix: addbutton (#4935)
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Grossman <[email protected]>
Co-authored-by: George Djabarov <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent d785623 commit b1d06cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/tenants/components/list/TenantsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TenantsList = ({

return (
<>
<Container fluid sx={{ padding: '0 30px 8px 30px' }}>
<Container fluid sx={{ padding: '0 24px 8px 24px' }}>
<Toolbar onAddTenantClick={onAddTenantClick} tenantLoading={loading} />
</Container>
<When truthy={loadingPhase}>
Expand Down

0 comments on commit b1d06cd

Please sign in to comment.