Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Oct 3, 2024
1 parent 35e1b93 commit 0739f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/pages/EDS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export default class EDS extends Vue {
this.certificates = await getUserCertificates();
} catch (e) {
// eslint-disable-next-line no-console
console.log('getCertificates error');
console.log('getCertificates error ');
// eslint-disable-next-line no-console
console.error(e);
this.checked = false;
Expand Down

0 comments on commit 0739f3f

Please sign in to comment.