Skip to content

Commit

Permalink
Web UI - Cloudlet Pool page is not showing the pools (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithLeeBic authored Feb 6, 2020
1 parent 607b457 commit 5727af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/formatter/formatComputeCloudletPool.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const getKey = (data) => {

export const formatData = (datas, body) => {
let values = [];
if (datas.data && datas.data.length) {
if (datas.data) {
let toArray = null;
let toJson = [];

Expand Down

0 comments on commit 5727af4

Please sign in to comment.