-
Notifications
You must be signed in to change notification settings - Fork 54
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
henry/dtra-676/fix: remove unused files #592
henry/dtra-676/fix: remove unused files #592
Conversation
@@ -18,4 +18,4 @@ module.exports = { | |||
setURL, | |||
getApiToken: () => 'hhh9bfrbq0G3dRf', | |||
api : new LiveApi({ websocket, appId: 1 }), | |||
}; | |||
}; |
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.
The mysterious story of the gap that appeared
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.
ah yeah i first had it deleted and had to readd it back because it was needed lol. i'll remove the space
@@ -1,5 +1,4 @@ | |||
import React from 'react'; | |||
// import Footer from './footer.jsx'; | |||
import Head from './head.jsx'; | |||
import Header from './header.jsx'; | |||
// import MobileMenu from './mobile_menu.jsx'; |
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.
Maybe all this commented code also can be deleted? Lines 4, 74, 79
// current_landing_company_shortcode, | ||
// MetaTrader.isEligible(), | ||
// // We then pass the list of found mt5fin company shortcodes as an array | ||
// arr_mt5fin_shortcodes |
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.
Maybe it can also be deleted?
Preview Link: https://pr-592.smarttrader-preview.pages.dev
|
Changes:
Type of change