This repository was archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
Mahdiyeh/fix: mlt_and_uk_market #6600
Merged
mamali-fs
merged 5 commits into
binary-com:master
from
mahdiyeh-deriv:fix_mlt_and_uk_market
Jun 30, 2021
Merged
Mahdiyeh/fix: mlt_and_uk_market #6600
mamali-fs
merged 5 commits into
binary-com:master
from
mahdiyeh-deriv:fix_mlt_and_uk_market
Jun 30, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/deriv/binary-static/9sd5v4YLBcFKDCr4658m1sFowuFk |
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
akmal-deriv
reviewed
Jun 10, 2021
akmal-deriv
reviewed
Jun 10, 2021
const market_arr = Object.entries(this.markets).sort((a, b) => sortSubmarket(a[0], b[0])); | ||
const non_crypto_markets_arr = market_arr.filter(market => is_not_crypto(market)); | ||
this.markets_all = non_crypto_markets_arr.slice(); | ||
final_markets_arr = market_arr.filter(market => is_not_crypto(market)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
final_markets_arr = market_arr.filter(market => is_not_crypto(market)); |
e7c9d56
to
bd9250f
Compare
akmal-deriv
previously approved these changes
Jun 10, 2021
bd9250f
to
0e2d672
Compare
…_mlt_and_uk_market
0e2d672
to
a4367f0
Compare
a4367f0
to
d13cca1
Compare
d13cca1
to
62abbe8
Compare
mamali-fs
suggested changes
Jun 15, 2021
a2d3433
to
03df5a7
Compare
mamali-fs
approved these changes
Jun 16, 2021
akmal-deriv
approved these changes
Jun 17, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.