Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix: blank page caused by disallowed synthetics (#7305)
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <matin@deriv.com>
  • Loading branch information
maryia-deriv and matin-deriv committed Jan 30, 2023
1 parent cd9ec06 commit 8b9d036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/common/active_symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const submarket_order = {
};

const ActiveSymbols = (() => {
const groupBy = (xs, key) => (
const groupBy = (xs = [], key) => (
xs.reduce((rv, x) => {
(rv[x[key]] = rv[x[key]] || []).push(x);
return rv;
Expand Down

1 comment on commit 8b9d036

@vercel
Copy link

@vercel vercel bot commented on 8b9d036 Jan 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

binary-static – ./

binary-static.binary.sx
binary-static-git-master.binary.sx

Please sign in to comment.