Skip to content

Commit

Permalink
fix(status): normalize 'status' value to lowercase in page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
codeesura authored May 4, 2024
1 parent d0ac3f8 commit 6548cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/app/examples/table/custom-styles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const users = [
age: "29",
avatar: "https://i.pravatar.cc/150?u=a042581f4e29026024d",
email: "brian.kim@example.com",
status: "Active",
status: "active",
},
{
id: 7,
Expand Down

0 comments on commit 6548cb8

Please sign in to comment.