From 34e903f617f96ad296138657624990859daed36b Mon Sep 17 00:00:00 2001 From: Phil Sheard Date: Thu, 16 May 2019 16:36:54 +0100 Subject: [PATCH] Added due to compile errors in React dev I was getting errors that can't be child of - so it needs to have a added around the header columns to quiet the warnings. --- src/components/Table/TableHeader.examples.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Table/TableHeader.examples.md b/src/components/Table/TableHeader.examples.md index 26cb39b9..c836d2c5 100644 --- a/src/components/Table/TableHeader.examples.md +++ b/src/components/Table/TableHeader.examples.md @@ -1,9 +1,11 @@ ```jsx - ID - Name - Action + + ID + Name + Action +
```