Disable time2learn in MyKV
This commit is contained in:
parent
e7ac052287
commit
673863431e
|
|
@ -22,7 +22,7 @@ export const defaultFlavorValues: FlavorValues = {
|
||||||
showInstrumentFilterSidebar: true,
|
showInstrumentFilterSidebar: true,
|
||||||
showInstrumentSubCategories: true,
|
showInstrumentSubCategories: true,
|
||||||
showPortfolio: true,
|
showPortfolio: true,
|
||||||
showTime2Learn: false,
|
showTime2Learn: true,
|
||||||
showEHB: true,
|
showEHB: true,
|
||||||
helloIllustration: 'HelloIllustration',
|
helloIllustration: 'HelloIllustration',
|
||||||
showModuleFilter: false,
|
showModuleFilter: false,
|
||||||
|
|
@ -51,7 +51,6 @@ export const myKvValues: FlavorValues = {
|
||||||
showObjectivesTitle: false,
|
showObjectivesTitle: false,
|
||||||
showInstrumentFilterSidebar: true,
|
showInstrumentFilterSidebar: true,
|
||||||
showPortfolio: true,
|
showPortfolio: true,
|
||||||
showTime2Learn: true,
|
|
||||||
showInstrumentSubCategories: false,
|
showInstrumentSubCategories: false,
|
||||||
showEHB: false,
|
showEHB: false,
|
||||||
helloIllustration: 'HelloMyKVIllustration',
|
helloIllustration: 'HelloMyKVIllustration',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue