Skip to content

Commit

Permalink
135841- Write an seperate case for CBSE and NCERT
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailrocks123 authored and samarthtrigyn committed Feb 29, 2024
1 parent 05a444e commit b90ad75
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ export class GlobalSearchSelectedFilterComponent implements OnInit {
return 'IGOT-Health';
} else if (selectedFilters.toLowerCase() == 'cbse/ncert' ) {
return 'CBSE/NCERT ';
} else if (selectedFilters.toLowerCase() == 'cisce' ) {
}
else if(selectedFilters.toLowerCase() == 'cbse'){
return 'CBSE'
}
else if(selectedFilters.toLowerCase() == 'ncert'){
return 'NCERT'
}
else if (selectedFilters.toLowerCase() == 'cisce' ) {
return 'CISCE ';
} else if (selectedFilters.toLowerCase() == 'nios' ) {
return 'NIOS ';
Expand Down

0 comments on commit b90ad75

Please sign in to comment.