diff --git a/TERMTERM/src/screens/CurationDetail.tsx b/TERMTERM/src/screens/CurationDetail.tsx index dffedea..efc825e 100644 --- a/TERMTERM/src/screens/CurationDetail.tsx +++ b/TERMTERM/src/screens/CurationDetail.tsx @@ -30,7 +30,6 @@ const CurationDetail = ({ navigation, route }: Props) => { const [pay, setPay] = useState(curationDetailInfo?.paid); const [modal, setModal] = useState(false); const { settingCurationId } = useBookmarkHeader(); - //토스트메시지 보여주는 함수 const showToast = (res: boolean) => { if (res) { @@ -119,7 +118,7 @@ const CurationDetail = ({ navigation, route }: Props) => { /> )} - + ` background-color: ${(props) => props.COLOR.Background.surface}; `; -export default CurationDetail; - -// 더미데이터들 -const dummyCuration: Array = [ - { - id: 0, - title: "개발자 필수용어 30개", - img: "https://i.pinimg.com/736x/4b/bb/5a/4bbb5aec811322f1bd75dec7f860d251.jpg", - counts: 30, - marked: true, - }, - { - id: 1, - title: "개발자 필수용어 30개", - img: "https://i.pinimg.com/564x/bc/0d/10/bc0d109e5e3df2a7d30298fe094c9e7a.jpg", - counts: 30, - marked: false, - }, - { - id: 2, - title: "개발자 필수용어 30개", - img: "https://i.pinimg.com/564x/1f/54/54/1f54548fb67b7c0e449c86625708eafe.jpg", - counts: 30, - marked: false, - }, -]; - -const dummyData = { - id: 0, - thumbnail: - "https://i.pinimg.com/564x/dc/2e/4c/dc2e4c113d3cf5c25870895ea2aeab08.jpg", - title: "기획자에게 필요한 용어 모음집", - subtitle: "기획자가 꼭 알아야하고 필요한 용어만을 선별했어요!", - termSimples: [ - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 0, - name: "기획자", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 1, - name: "기획자", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 2, - name: "기획자", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 3, - name: "기획자", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 4, - name: "기획자", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 5, - name: "기획자", - }, - { - id: 6, - name: "기획자", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - bookmarked: "NO", - }, - { - bookmarked: "NO", - description: - "지나간 모든 것들이 그렇듯이 아름다웠던 거였겠지 어제의 나 역시 얼마나 많은 시간이 지나야 알 수 있을까? 난 아직도 그래 아직도 여기", - id: 7, - name: "기획자", - }, - ], - paid: true, - cuations: dummyCuration, - tags: ["기획자", "IT", "트렌드"], -}; +export default CurationDetail; \ No newline at end of file