refactor: 지붕재 적합성 pdf에서 같은 데이터끼리 페이지 분리되지 않도록 수정
This commit is contained in:
parent
be5c07a777
commit
20931726d9
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user