refactor: 지붕재 적합성 pdf에서 같은 데이터끼리 페이지 분리되지 않도록 수정

This commit is contained in:
Daseul Kim 2025-07-17 16:17:36 +09:00
parent be5c07a777
commit 20931726d9

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}>
<View key={item.id} style={styles.tableCard} wrap={false}>
{/* Table Title */}
<View style={styles.tableTitWrap}>
<Text style={[styles.tableTit, styles.tableTit01]}>{item.productName}</Text>