fix(empty-states): properly render empty content warning and add e2e test config
This commit is contained in:
committed by
Khaled Garbaya
parent
005c8013f8
commit
1baef21340
@@ -4,6 +4,7 @@ mixin moduleHighlightedCourse(module, course)
|
||||
.module.module-highlighted-course
|
||||
if(!course)
|
||||
.module-highlighted-course__wrapper
|
||||
.module-highlighted-course__overlay
|
||||
.module-highlighted-course__content
|
||||
h2.module-highlighted-course__title #{translate('errorHighlightedCourse', currentLocale.code)}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user