This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
apps/ui/components/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -834,18 +834,20 @@ export function ApplicationSection({
834834 . slice ( 0 , N_RESERVATIONS_TO_SHOW ) ;
835835
836836 return (
837- < Flex $gap = "none" >
838- < MarginHeader >
839- { t ( "application:view.reservationsTab.reservationUnitsTitle" ) }
840- </ MarginHeader >
841- < ReservationUnitTable reservationUnits = { reservationUnits } />
842- < MarginHeader >
843- { t ( "application:view.reservationsTab.reservationsTitle" ) }
844- </ MarginHeader >
845- < ReservationsTable
846- reservations = { reservations }
847- application = { application }
848- />
837+ < Flex >
838+ < div >
839+ < MarginHeader >
840+ { t ( "application:view.reservationsTab.reservationUnitsTitle" ) }
841+ </ MarginHeader >
842+ < ReservationUnitTable reservationUnits = { reservationUnits } />
843+ < MarginHeader >
844+ { t ( "application:view.reservationsTab.reservationsTitle" ) }
845+ </ MarginHeader >
846+ < ReservationsTable
847+ reservations = { reservations }
848+ application = { application }
849+ />
850+ </ div >
849851 < ButtonContainer $justifyContent = "center" >
850852 < ButtonLikeLink
851853 href = { getApplicationSectionPath (
You can’t perform that action at this time.
0 commit comments