From 64f01b255717fd77a473d3078b1a7b55d66ff56b Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Tue, 18 Dec 2018 05:28:32 +0200 Subject: [PATCH] Fix bug with table body not rendering --- src/partials/Table.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/partials/Table.js b/src/partials/Table.js index 8d5ba723..96f0ea97 100644 --- a/src/partials/Table.js +++ b/src/partials/Table.js @@ -19,8 +19,9 @@ export const Table = withSimpleErrorBoundary(props => ( )) -export const TableBody = props => - withSimpleErrorBoundary() +export const TableBody = withSimpleErrorBoundary(props => ( + +)) export const TableCell = withSimpleErrorBoundary(props => (