You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/22 07:03:38 UTC

[incubator-superset] branch big-number-color updated: add semicolon

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch big-number-color
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/big-number-color by this push:
     new 4eb7eb5  add semicolon
4eb7eb5 is described below

commit 4eb7eb5c9e5c1689753200be725895020f886822
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Tue Aug 21 23:07:44 2018 -0700

    add semicolon
---
 superset/assets/src/visualizations/BigNumber.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/visualizations/BigNumber.jsx b/superset/assets/src/visualizations/BigNumber.jsx
index 0e36e52..f5c701d 100644
--- a/superset/assets/src/visualizations/BigNumber.jsx
+++ b/superset/assets/src/visualizations/BigNumber.jsx
@@ -1,7 +1,7 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import ReactDOM from 'react-dom';
-import * as color from 'd3-color'
+import * as color from 'd3-color';
 import { XYChart, AreaSeries, CrossHair, LinearGradient } from '@data-ui/xy-chart';
 
 import { brandColor } from '../modules/colors';