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

Akmal / fix: address console error #581

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/markets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class Markets extends React.Component {
const derived_category = group_markets[item].markets[0].key;
return (
item === 'none' ? (
<React.Fragment>
<React.Fragment key={derived_category}>
{group_markets[item].markets.map((m) => (
<li
onClick = {scrollToMarket.bind(null, m.key)}
Expand Down
1 change: 1 addition & 0 deletions src/root_files/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<meta charset="utf-8" />
<meta name="google-site-verification" content="Myh35QddfEArh0686LcO2zMjrgv0C7L4FCBU0k0oZvU" />
<meta name='referrer' content='origin' />
<meta name='version' content='1.0' />
<script type="text/javascript">
var redirectTimeOut,
lang;
Expand Down
1 change: 1 addition & 0 deletions src/templates/_common/_layout/head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Head = () => (
<meta name='keywords' content={` ${it.L('binary options, forex, forex trading, online trading, financial trading, binary trading, index trading, trading stock indices, forex trades, trading commodities, binary options strategy, binary broker, binary bet, binary options trading platform, binary strategy, finance, investment, trading')}`} />
<meta name='author' content={it.broker_name} />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<meta name='version' content='1.0' />
<meta name='dcterms.rightsHolder' content={it.broker_name} />
<meta name='dcterms.rights' content={it.broker_name} />
<meta name='google-site-verification' content='roReCEK-wNa1EMA6ZM9a4zCOQOMqxfJjvfsZMC9qh_k' />
Expand Down
1 change: 1 addition & 0 deletions src/templates/landing_pages/_common/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Layout = ({
<meta name='keywords' content={it.L('binary options, forex, forex trading, online trading, financial trading, binary trading, index trading, trading stock indices, forex trades, trading commodities, binary options strategy, binary broker, binary bet, binary options trading platform, binary strategy, finance, investment, trading')} />
<meta name='author' content={it.broker_name} />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<meta name='version' content='1.0' />
<meta name='dcterms.rightsHolder' content={it.broker_name} />
<meta name='dcterms.rights' content={it.broker_name} />
<meta property='og:title' content={it.broker_name} />
Expand Down
Loading