Compare commits

..

No commits in common. "94f1103e0023c2fd37b25ac18eabd229c699793c" and "e0bb620a1738f3955d7f0f7496aded183fecc831" have entirely different histories.

View File

@ -169,7 +169,7 @@ export default function SuitablePdf({
<View style={styles.tableGridWrap}>
{/* Cards Section */}
{data?.map((item: Suitable) => (
<View key={item.id} style={styles.tableCard} wrap={false}>
<View key={item.id} style={styles.tableCard}>
{/* Table Title */}
<View style={styles.tableTitWrap}>
<Text style={[styles.tableTit, styles.tableTit01]}>{item.productName}</Text>