@ledvance/ui-biz-bundle 1.1.72 → 1.1.73
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
|
@@ -268,12 +268,12 @@ const FixedTimeDetailPage = () => {
|
|
|
268
268
|
<View style={{ flexDirection: 'column' }}>
|
|
269
269
|
<Text style={{ color: '#000' }}>{I18n.formatValue('feature_summary_action_txt_4', `${Math.trunc(state.fixedTime.openTime / 60)}`, `${state.fixedTime.openTime % 60}`)}</Text>
|
|
270
270
|
<View style={styles.summaryTag}>
|
|
271
|
-
<Text style={{ color: '#000' }}>{
|
|
271
|
+
<Text style={{ color: '#000' }}>{params.applyForList[params.isPlug ? (state.fixedTime.channel ?? 0) : 0]?.key}</Text>
|
|
272
272
|
</View>
|
|
273
273
|
<Spacer height={cx(5)} />
|
|
274
274
|
<Text style={{ color: '#000' }}>{I18n.formatValue('feature_summary_action_txt_6', `${Math.trunc(state.fixedTime.closeTime / 60)}`, `${state.fixedTime.closeTime % 60}`)}</Text>
|
|
275
275
|
<View style={styles.summaryTag}>
|
|
276
|
-
<Text style={{ color: '#000' }}>{
|
|
276
|
+
<Text style={{ color: '#000' }}>{params.applyForList[params.isPlug ? (state.fixedTime.channel ?? 0) : 0]?.key}</Text>
|
|
277
277
|
</View>
|
|
278
278
|
</View>
|
|
279
279
|
)}
|