Skip to content
Snippets Groups Projects
Commit 62af5edf authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting nbCertifsPendingReceived

parent a0f0bf17
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
nbCertifsPendingReceived() { nbCertifsPendingReceived() {
return this.idFromHash.received_certifications.certifications.filter( return this.idFromHash.received_certifications.certifications.filter(
(el) => { (el) => {
return el.pending == false return el.pending == true
} }
).length ).length
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment