@ledvance/ui-biz-bundle 1.1.116 → 1.1.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.1.116",
7
+ "version": "1.1.117",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -297,7 +297,7 @@ function ManualSettings(props: ManualSettingProps) {
297
297
  <View>
298
298
  <Card style={{ marginHorizontal: cx(24) }}>
299
299
  <LdvSwitch
300
- title={state.applyForList[0].name || state.applyForList[0].key}
300
+ title={state.applyForList[0]?.name || state.applyForList[0]?.key}
301
301
  color={getBlockColor()}
302
302
  colorAlpha={1}
303
303
  enable={state.applyForList[0]?.enable}