File tree 1 file changed +2
-5
lines changed
apps/preview/src/pages/ShowPreviewPage
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { useLoaderData } from 'react-router-dom';
8
8
import Styled from './ShowPreviewPage.styles' ;
9
9
import { Meta } from '../../components/Meta' ;
10
10
import BooltiGrayLogo from '../../components/BooltiGrayLogo' ;
11
- import { NavermapsProvider } from 'react-naver-maps' ;
12
11
import useBodyScrollLock from '../../hooks/useBodyScrollLock' ;
13
12
import { useState } from 'react' ;
14
13
@@ -42,8 +41,6 @@ const getShareText = (show: {
42
41
) ;
43
42
} ;
44
43
45
- const X_NCP_APIGW_API_KEY_ID = import . meta. env . VITE_X_NCP_APIGW_API_KEY_ID ;
46
-
47
44
const ShowPreviewPage = ( ) => {
48
45
const [ shareDialogOpen , setShareDialogOpen ] = useState < boolean > ( false ) ;
49
46
@@ -159,7 +156,7 @@ const ShowPreviewPage = () => {
159
156
} ;
160
157
161
158
return (
162
- < NavermapsProvider ncpClientId = { X_NCP_APIGW_API_KEY_ID } >
159
+ < >
163
160
< Meta title = { title } showId = { id . toString ( ) } />
164
161
< Styled . ShowPreviewPage >
165
162
< Styled . ShowPreviewContainer >
@@ -210,7 +207,7 @@ const ShowPreviewPage = () => {
210
207
</ Styled . ReservationButtonWrapper >
211
208
</ Styled . ShowPreviewContainer >
212
209
</ Styled . ShowPreviewPage >
213
- </ NavermapsProvider >
210
+ </ >
214
211
) ;
215
212
} ;
216
213
You can’t perform that action at this time.
0 commit comments