diff --git a/imports/plugins/core/tags/client/components/TagDataTable.js b/imports/plugins/core/tags/client/components/TagDataTable.js index afdffdda44..f8e59568a0 100644 --- a/imports/plugins/core/tags/client/components/TagDataTable.js +++ b/imports/plugins/core/tags/client/components/TagDataTable.js @@ -464,10 +464,9 @@ class TagDataTable extends Component { selectWidth: 64 }; - // All available props: https://github.com/tannerlinsley/react-table#props return ( - + {({ data, error, fetchMore, refetch }) => { if (error || !data) { if (error) Logger.error(error);