File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,11 @@ import {
15
15
Breadcrumb ,
16
16
Button ,
17
17
Container ,
18
- Icon ,
19
18
Stack ,
20
19
Tab ,
21
20
Tabs ,
22
21
} from '@openedx/paragon' ;
23
- import { Add , ArrowBack , InfoOutline } from '@openedx/paragon/icons' ;
22
+ import { Add , InfoOutline } from '@openedx/paragon/icons' ;
24
23
import { Link } from 'react-router-dom' ;
25
24
26
25
import Loading from '../generic/Loading' ;
@@ -214,16 +213,11 @@ const LibraryAuthoringPage = ({
214
213
const breadcumbs = componentPickerMode && ! restrictToLibrary ? (
215
214
< Breadcrumb
216
215
links = { [
217
- {
218
- label : '' ,
219
- to : '' ,
220
- } ,
221
216
{
222
217
label : intl . formatMessage ( messages . returnToLibrarySelection ) ,
223
218
onClick : returnToLibrarySelection ,
224
219
} ,
225
220
] }
226
- spacer = { < Icon src = { ArrowBack } size = "sm" /> }
227
221
linkAs = { Link }
228
222
/>
229
223
) : undefined ;
You can’t perform that action at this time.
0 commit comments