From d21d24fb4d111793e353ce95f54df43a6a040b2f Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Wed, 17 Jan 2024 19:41:36 +0200 Subject: [PATCH] Remove unnecessary attribute --- app/examples/column-dragging-and-toggling/TogglingExample.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/examples/column-dragging-and-toggling/TogglingExample.tsx b/app/examples/column-dragging-and-toggling/TogglingExample.tsx index b811b66de..6a3bf67f5 100644 --- a/app/examples/column-dragging-and-toggling/TogglingExample.tsx +++ b/app/examples/column-dragging-and-toggling/TogglingExample.tsx @@ -14,7 +14,7 @@ export default function TogglingExample() { { accessor: 'name', title: ( - + Company @@ -28,7 +28,7 @@ export default function TogglingExample() { { accessor: 'streetAddress', title: ( - + Street Address