feat: fix type
This commit is contained in:
@@ -312,7 +312,7 @@ export const enumPageComponentTemplate = {
|
||||
},
|
||||
[enumPageComponentKey.OTHER]: {
|
||||
"WEATHER": "TYPE:Weather",
|
||||
"SECURITIES": "TYPE:securities"
|
||||
"STOCK": "TYPE:Stock"
|
||||
},
|
||||
};
|
||||
|
||||
@@ -371,8 +371,8 @@ export const enumPageComponentLayouts = {
|
||||
[`${enumPageComponentTemplate[enumPageComponentKey.OTHER]['WEATHER']}`]: {
|
||||
'WEATHER_DEFAULT': "TYPE:Weather_Default",
|
||||
},
|
||||
[`${enumPageComponentTemplate[enumPageComponentKey.OTHER]['SECURITIES']}`]: {
|
||||
'SECURITIES_DEFAULT': "TYPE:Securities_Default",
|
||||
[`${enumPageComponentTemplate[enumPageComponentKey.OTHER]['STOCK']}`]: {
|
||||
'STOCK_DEFAULT': "TYPE:Stock_Default",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user