limit price display fix
This commit is contained in:
@@ -138,7 +138,7 @@ export function initWidget(el) {
|
||||
enabled_features: ['saveload_separate_drawings_storage'],
|
||||
drawings_access: {type: 'white', tools: [],}, // show no tools
|
||||
custom_themes: tvCustomThemes,
|
||||
theme: 'dark',
|
||||
theme: useStore().theme,
|
||||
});
|
||||
|
||||
// debug dump all events
|
||||
|
||||
@@ -174,7 +174,7 @@ function buildSymbolIndex() {
|
||||
// return str
|
||||
// }
|
||||
|
||||
function invertedDefault(tokenAddrA, tokenAddrB) {
|
||||
export function invertedDefault(tokenAddrA, tokenAddrB) {
|
||||
// lower priority is more important (earlier in the list)
|
||||
const a = tokenMap[tokenAddrA];
|
||||
const b = tokenMap[tokenAddrB];
|
||||
|
||||
Reference in New Issue
Block a user