Skip to content

Commit

Permalink
feat: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunyawat Naunnak committed Jul 2, 2024
1 parent 1707613 commit 422d0f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/_components/popCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,23 @@ const PopupCard: React.FC<PopupCardProps> = ({
</div>
<div className="flex flex-col gap-4 p-2">
<div>
<h2>
{parcelProject.project.title}
</h2>
<h2>{parcelProject.project.title}</h2>
</div>
<div>
<h3>
{parcelProject.parcel.parcel_id} | {parcelProject.parcel.title}
</h3>
</div>
<div>
<h3>{formatDate(parcelProject.startDate.toString())} ถึง {formatDate(parcelProject.endDate.toString())}</h3>
<h3>
{formatDate(parcelProject.startDate.toString())} ถึง{" "}
{formatDate(parcelProject.endDate.toString())}
</h3>
</div>
<div>
<h3>เวลายืม: {formatThaiTime(new Date(parcelProject.createdAt))}</h3>
<h3>
เวลายืม: {formatThaiTime(new Date(parcelProject.createdAt))}
</h3>
</div>
<div>
<h3>
Expand Down

0 comments on commit 422d0f4

Please sign in to comment.