mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fix merge conflict
This commit is contained in:
parent
054098c563
commit
bfc5860b5b
1 changed files with 1 additions and 4 deletions
|
|
@ -81,12 +81,8 @@ export default async function Page(props: {
|
|||
return (
|
||||
<>
|
||||
<div className="flex justify-center">
|
||||
<<<<<<< HEAD
|
||||
<div className="col-span-8 bg-white">
|
||||
=======
|
||||
<div className="grid grid-cols-11 w-full max-w-8xl">
|
||||
<div className="col-span-11 bg-white">
|
||||
>>>>>>> f9ce0ea738308284245dd2fa2b5ed3f22d4700e9
|
||||
{properties.length === 0 ? (
|
||||
<EmptyPropertyState />
|
||||
) : (
|
||||
|
|
@ -94,6 +90,7 @@ export default async function Page(props: {
|
|||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue