Skip to content

Commit

Permalink
Improved error message
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Dec 19, 2024
1 parent 1219811 commit c774ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/lib/PropertiesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function PropertiesTable({ className, children }: PropertiesTableProps) {
PropertiesTable.DescriptionRow,
PropertiesTable.DateRow,
]),
'PropertiesTable can only have PropertiesTable.Row as a child'
'PropertiesTable can only contain specific Row components as a child'
)
return (
<div
Expand Down

0 comments on commit c774ba7

Please sign in to comment.