@@ -27,14 +27,14 @@ interface Props {
27
27
28
28
const ShowInfoDetail = ( {
29
29
show : {
30
- date,
31
- startTime,
32
- runningTime,
30
+ // date,
31
+ // startTime,
32
+ // runningTime,
33
33
salesStartTime,
34
34
salesEndTime,
35
- placeName,
36
- placeStreetAddress,
37
- placeDetailAddress,
35
+ // placeName,
36
+ // placeStreetAddress,
37
+ // placeDetailAddress,
38
38
notice,
39
39
hostName,
40
40
} ,
@@ -53,64 +53,6 @@ const ShowInfoDetail = ({
53
53
{ salesStartTime } - { salesEndTime }
54
54
</ Styled . ShowInfoDescription >
55
55
</ Styled . ShowInfoGroup >
56
- < Styled . ShowInfoGroup >
57
- < Styled . ShowInfoTitleContainer >
58
- < Styled . ShowInfoTitle > 일시</ Styled . ShowInfoTitle >
59
- </ Styled . ShowInfoTitleContainer >
60
- < Styled . ShowInfoDescription >
61
- < span >
62
- { date } / { startTime }
63
- </ span >
64
- < Styled . ShowInfoDescriptionBadge > { runningTime } 분</ Styled . ShowInfoDescriptionBadge >
65
- </ Styled . ShowInfoDescription >
66
- </ Styled . ShowInfoGroup >
67
- < Styled . ShowInfoGroup >
68
- < Styled . ShowInfoTitleContainer >
69
- < Styled . ShowInfoTitle > 장소</ Styled . ShowInfoTitle >
70
- < Styled . ShowInfoTitleButton
71
- type = "button"
72
- onClick = { ( ) => {
73
- navigator . clipboard . writeText ( `${ placeStreetAddress } ${ placeDetailAddress } ` ) ;
74
- alert ( '공연장 주소가 복사되었어요' ) ;
75
- } }
76
- >
77
- < svg
78
- width = "14"
79
- height = "14"
80
- viewBox = "0 0 14 14"
81
- fill = "none"
82
- xmlns = "http://www.w3.org/2000/svg"
83
- >
84
- < g clipPath = "url(#clip0_3914_12951)" >
85
- < path
86
- d = "M11.666 4.66602H5.83268C5.18835 4.66602 4.66602 5.18835 4.66602 5.83268V11.666C4.66602 12.3103 5.18835 12.8327 5.83268 12.8327H11.666C12.3103 12.8327 12.8327 12.3103 12.8327 11.666V5.83268C12.8327 5.18835 12.3103 4.66602 11.666 4.66602Z"
87
- stroke = "#6F7485"
88
- strokeWidth = "1.3"
89
- strokeLinecap = "round"
90
- strokeLinejoin = "round"
91
- />
92
- < path
93
- d = "M2.33268 9.33268C1.69102 9.33268 1.16602 8.80768 1.16602 8.16602V2.33268C1.16602 1.69102 1.69102 1.16602 2.33268 1.16602H8.16602C8.80768 1.16602 9.33268 1.69102 9.33268 2.33268"
94
- stroke = "#6F7485"
95
- strokeWidth = "1.3"
96
- strokeLinecap = "round"
97
- strokeLinejoin = "round"
98
- />
99
- </ g >
100
- < defs >
101
- < clipPath id = "clip0_3914_12951" >
102
- < rect width = "14" height = "14" fill = "white" />
103
- </ clipPath >
104
- </ defs >
105
- </ svg >
106
- 주소복사
107
- </ Styled . ShowInfoTitleButton >
108
- </ Styled . ShowInfoTitleContainer >
109
- < Styled . ShowInfoSubtitle > { placeName } </ Styled . ShowInfoSubtitle >
110
- < Styled . ShowInfoDescription >
111
- { placeStreetAddress } / { placeDetailAddress }
112
- </ Styled . ShowInfoDescription >
113
- </ Styled . ShowInfoGroup >
114
56
< Styled . ShowInfoGroup >
115
57
< Styled . ShowInfoTitleContainer >
116
58
< Styled . ShowInfoTitle > 내용</ Styled . ShowInfoTitle >
0 commit comments