Skip to content

Commit 345e915

Browse files
Update index.jsx
1 parent b99c9ad commit 345e915

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+1
-1
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export default function FiltersPanel({
359359
}}
360360
options={['Active', 'Completed', 'All'].map(mapOps)}
361361
simpleValue
362-
value={filterState.status || 'Active'}
362+
value={filterState.status || 'All'}
363363
/>
364364
</div>
365365
) : null

0 commit comments

Comments
 (0)