Skip to content

Commit

Permalink
Merge pull request #4335 from mikhailprivalov/fix-ogrn-two
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
urchinpro authored Oct 3, 2024
2 parents 50e27c8 + 5c22806 commit db613c1
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 db613c1

Please sign in to comment.