diff --git a/docs/examples/PinLastColumnExample.tsx b/docs/examples/PinLastColumnExample.tsx index 3e2d36e..ed6f9e7 100644 --- a/docs/examples/PinLastColumnExample.tsx +++ b/docs/examples/PinLastColumnExample.tsx @@ -46,7 +46,7 @@ export default function PinLastColumnExample() { withBorder columns={[ { accessor: 'firstName', noWrap: true }, - { accessor: 'lastNameName', noWrap: true }, + { accessor: 'lastName', noWrap: true }, { accessor: 'department.name', title: 'Department' }, { accessor: 'department.company.name', title: 'Company', noWrap: true }, { accessor: 'department.company.city', title: 'City', noWrap: true },