{current === 0 && filteredSlides[current][0] !== "Correct!" && (
-
+ {chunks},
+ i: (chunks) => {chunks},
+ }}
+ />
)}
@@ -115,7 +121,7 @@ const ReadingTestFeedbacks = ({ showFeedbacks, closeFeedbacks }) => {
className='right-arrow'
onClick={nextSlide}
onTouchEnd={nextSlide}
- disabled={filteredSlides.length==0}
+ disabled={filteredSlides.length == 0}
style={{ fontSize: '2.5em' }}
>
{
))}
-
+
{
const bigScreen = useWindowDimensions().width >= 700;
@@ -30,7 +30,7 @@ const ReadingTestNextSetDialog = ({ showNextSetDialog, confirmNextSet }) => {
paddingRight: '1em',
width: '100%'
}
- }>
+ }>
{
}}
>
-
+ {chunks},
+ i: (chunks) => {chunks},
+ }} />
-