From 2312303403b92d9a15ebcb9b9da5224b90cf4cf7 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Tue, 7 Nov 2023 18:57:11 +0200 Subject: [PATCH] Docs: fix typo in axample --- docs/examples/PinLastColumnExample.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },