From b52595057fbc12bcb71f6065a910536bec1c439f Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Sun, 5 Nov 2017 22:56:25 -0800 Subject: [PATCH] no need to return null in map --- src/components/categorical/categorical.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/categorical/categorical.js b/src/components/categorical/categorical.js index d7918068..0e841cfc 100644 --- a/src/components/categorical/categorical.js +++ b/src/components/categorical/categorical.js @@ -74,8 +74,6 @@ class Categories extends React.Component { metadataField={key} values={value.options}/> ) - } else { - return null } }) }