From adc22dbcd05f07dbf305f01933323491a2affdd0 Mon Sep 17 00:00:00 2001 From: FrenchBen Date: Thu, 27 Aug 2015 11:32:45 -0400 Subject: [PATCH] Added semicolon and merged with master --- src/components/ContainerDetailsSubheader.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContainerDetailsSubheader.react.js b/src/components/ContainerDetailsSubheader.react.js index f1776b6750..fd18ab2c25 100644 --- a/src/components/ContainerDetailsSubheader.react.js +++ b/src/components/ContainerDetailsSubheader.react.js @@ -132,7 +132,7 @@ var ContainerDetailsSubheader = React.createClass({ var docsActionClass = classNames({ action: true, disabled: false - }) + }); var currentRoutes = _.map(this.context.router.getCurrentRoutes(), r => r.name); var currentRoute = _.last(currentRoutes);