Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sara / fixed issue with nested list #5288

Merged
merged 10 commits into from
Apr 26, 2022

Conversation

sara-fs
Copy link
Contributor

@sara-fs sara-fs commented Apr 20, 2022

Changes:

Please include a summary of the change and which issue is fixed below:

  • ...

When you need to add unit test

  • If this change disrupt current flow
  • If this change is adding new flow

When you need to add integration test

  • If components from external libraries are being used to define the flow, e.g. @deriv/components
  • If it relies on a very specific set of props with no default behavior for the current component.

Test coverage checklist (for reviewer)

  • Ensure utility / function has a test case
  • Ensure all the tests are passing

Type of change

  • Bug fix
  • New feature
  • Update feature
  • Refactor code
  • Translation to code
  • Translation to crowdin
  • Script configuration
  • Improve performance
  • Style only
  • Dependency update
  • Documentation update
  • Release

@boring-cyborg boring-cyborg bot added the Bot label Apr 20, 2022
@vercel
Copy link

vercel bot commented Apr 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
deriv-app ✅ Ready (Inspect) Visit Preview Apr 26, 2022 at 3:45AM (UTC)

@codecov-commenter
Copy link

codecov-commenter commented Apr 20, 2022

Codecov Report

Merging #5288 (1525829) into master (3310ac0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5288   +/-   ##
=======================================
  Coverage   13.33%   13.33%           
=======================================
  Files        1282     1282           
  Lines       29020    29020           
  Branches     4895     4895           
=======================================
  Hits         3870     3870           
  Misses      24912    24912           
  Partials      238      238           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3310ac0...1525829. Read the comment docs.

sandeep-deriv
sandeep-deriv previously approved these changes Apr 21, 2022
Copy link
Contributor

@sandeep-deriv sandeep-deriv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@github-actions
Copy link
Contributor

github-actions bot commented Apr 23, 2022

A production App ID was automatically generated for this PR. (log)

Click here to copy & paste above information.
- **PR**: [https://github.com/binary-com/deriv-app/pull/5288](https://github.com/binary-com/deriv-app/pull/5288)
- **URLs**:
    - **w/ App ID + Server**: https://deriv-app-git-fork-sara-fs-nested-list-issue.binary.sx?qa_server=frontend.binaryws.com&app_id=24075
    - **Original**: https://deriv-app-git-fork-sara-fs-nested-list-issue.binary.sx
- **App ID**: `24075`

if (!myList || !myList.length) {
return null;
}
finalList = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
finalList = [];
var finalList = [];

@carolsachdeva carolsachdeva merged commit 867944b into binary-com:master Apr 26, 2022
@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.1% 3.1% Duplication

sandeep-deriv pushed a commit to sandeep-deriv/deriv-app that referenced this pull request Apr 29, 2022
* fixed issue with nested list

* Removed global variable

* Removed console log

* Applied changes to average method

Co-authored-by: Carol Sachdeva <58209918+carol-binary@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants