mmkv added
This commit is contained in:
@@ -54,7 +54,7 @@ const CargoPrices = (props: CargoPricesProps) => {
|
||||
<View style={{ marginTop: 10, gap: 10, marginBottom: 20 }}>
|
||||
{data &&
|
||||
data.map(ref => (
|
||||
<View style={styles.cardWhite}>
|
||||
<View style={styles.cardWhite} key={ref.id}>
|
||||
<View style={styles.priceCard}>
|
||||
<AppText style={styles.titleBlack}>{ref.title}</AppText>
|
||||
<AppText style={[styles.titleBlack, { fontSize: 16 }]}>
|
||||
@@ -152,7 +152,7 @@ const CargoPrices = (props: CargoPricesProps) => {
|
||||
<View style={{ marginTop: 20, gap: 10, marginBottom: 20 }}>
|
||||
{data &&
|
||||
data.map(ref => (
|
||||
<View style={styles.cardWhite}>
|
||||
<View style={styles.cardWhite} key={ref.id}>
|
||||
<View style={styles.priceCard}>
|
||||
<AppText style={styles.titleBlack}>{ref.title}</AppText>
|
||||
<AppText style={[styles.titleBlack, { fontSize: 16 }]}>
|
||||
|
||||
Reference in New Issue
Block a user