Disable time2learn in MyKV

This commit is contained in:
Lorenz Padberg 2024-05-01 09:45:21 +02:00
parent e7ac052287
commit 673863431e
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export const defaultFlavorValues: FlavorValues = {
showInstrumentFilterSidebar: true,
showInstrumentSubCategories: true,
showPortfolio: true,
showTime2Learn: false,
showTime2Learn: true,
showEHB: true,
helloIllustration: 'HelloIllustration',
showModuleFilter: false,
@ -51,7 +51,6 @@ export const myKvValues: FlavorValues = {
showObjectivesTitle: false,
showInstrumentFilterSidebar: true,
showPortfolio: true,
showTime2Learn: true,
showInstrumentSubCategories: false,
showEHB: false,
helloIllustration: 'HelloMyKVIllustration',