Wei Zhu
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Charts/ChartCard/index.js
|
|
|
@ -7,7 +7,7 @@ import styles from './index.less'; |
|
|
|
const renderTotal = total => { |
|
|
|
let totalDom; |
|
|
|
switch (typeof total) { |
|
|
|
case undefined: |
|
|
|
case 'undefined': |
|
|
|
totalDom = null; |
|
|
|
break; |
|
|
|
case 'function': |
|
|
|
|