We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e3c17 commit 569a282Copy full SHA for 569a282
src/app/(screens)/grades.tsx
@@ -220,7 +220,7 @@ export default function GradesSCreen(): React.JSX.Element {
220
)}
221
{isSuccess && grades !== null && (
222
<>
223
- {filteredGrades?.finished.length !== 0 && localSearch === '' && (
+ {filteredGrades?.finished.length !== 0 && (
224
225
<SectionView title={t('grades.average')}>
226
<View style={styles.loadedContainer}>
0 commit comments