fix merge conflict

This commit is contained in:
Jun-te Kim 2026-01-05 12:49:32 +00:00
parent 054098c563
commit bfc5860b5b

View file

@ -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>
</>
);
}