Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Dec 16, 2019
1 parent 6f74185 commit 968ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/visualizations/chart/Editor/GeneralSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getAvailableColumnMappingTypes(options) {
result.push("series");
}

if ((options.globalSeriesType === "bubble") || some(options.seriesOptions, { type: "bubble" })) {
if (options.globalSeriesType === "bubble" || some(options.seriesOptions, { type: "bubble" })) {
result.push("size");
}

Expand Down

0 comments on commit 968ee46

Please sign in to comment.