Skip to content

Commit 2386700

Browse files
committed
temp disable assets component
1 parent 2765794 commit 2386700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/home/components/home-page/home-page.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ export const HomePageComponent: React.FC<HomePageComponentProps> = ({
143143
// debuggerInitialMode={debuggerInitialMode}
144144
/>
145145
<aside>
146-
<EbookComponent
146+
{/* <EbookComponent
147147
languageCode={languageCode}
148148
dictionary={auth0Dictionary.ebook}
149149
/>
150150
<AssetsComponent
151151
jwtDictionary={jwtDictionary}
152152
auth0Dictionary={auth0Dictionary}
153153
languageCode={languageCode}
154-
/>
154+
/> */}
155155
</aside>
156156
{/*<CounterComponent />*/}
157157
</>

0 commit comments

Comments
 (0)