Skip to content

Commit 849ca02

Browse files
committed
fix bug
1 parent 6f598c4 commit 849ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/parent/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ const Parent = () => {
498498
{parent.email}
499499
</td>
500500
<td className="whitespace-nowrap px-6 py-4">
501-
{parent.number}
501+
{parent.phoneNumber}
502502
</td>
503503
<td className="whitespace-nowrap px-6 py-4">
504504
<Link

0 commit comments

Comments
 (0)