Skip to content

Commit

Permalink
remove solos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Sep 23, 2024
1 parent b7d1b9d commit 5a6ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/controllers/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {
certsToShow.push(cert);
} else {
const certPos = cert.code.slice(-3);
if(!hasCerts.includes(`p50${certPos}`)) {
if(!hasCerts.includes(`p50${certPos}`)&&!cert.code.endsWith('s')) {
certsToShow.push(cert);
}
}
Expand Down

0 comments on commit 5a6ecb9

Please sign in to comment.