Guest User

Untitled

a guest
Dec 12th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let totalCount;
  2. if (data && data.SoftLayerBillingItemCancellationRequestList) {
  3. totalCount = data.SLCancellationRequestList.totalCount;
  4. }
  5.  
  6. return children({ totalCount });
Add Comment
Please, Sign In to add comment