From 3b7603ee31f17331da686c40fb1f04a99a735288 Mon Sep 17 00:00:00 2001 From: StephanieDClark Date: Mon, 5 Jun 2017 12:39:35 -0700 Subject: [PATCH] add supplied classes to tabbar --- client/coral-ui/components/TabBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/coral-ui/components/TabBar.js b/client/coral-ui/components/TabBar.js index d03a5d5b1..086301151 100644 --- a/client/coral-ui/components/TabBar.js +++ b/client/coral-ui/components/TabBar.js @@ -14,10 +14,10 @@ class TabBar extends React.Component { } render() { - const {children, activeTab, cStyle = 'base'} = this.props; + const {children, activeTab, cStyle = 'base', cNames} = this.props; return (
-