mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
get rid of summary box
This commit is contained in:
parent
05b89e3859
commit
c87826fa7a
1 changed files with 0 additions and 8 deletions
|
|
@ -80,13 +80,6 @@ export default async function Page(props: {
|
|||
return (
|
||||
<>
|
||||
<div className="flex justify-center">
|
||||
<div className="grid grid-cols-11 w-full max-w-8xl">
|
||||
<div className="col-span-3 flex-col">
|
||||
<SummaryBox
|
||||
scenarios={scenarios}
|
||||
numProperties={properties.length}
|
||||
/>
|
||||
</div>
|
||||
<div className="col-span-8 bg-white">
|
||||
{properties.length === 0 ? (
|
||||
<EmptyPropertyState />
|
||||
|
|
@ -95,7 +88,6 @@ export default async function Page(props: {
|
|||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue