sign inn compare change

This commit is contained in:
merelendor 2023-12-07 15:29:50 +03:00
parent 9c87dd5fc9
commit d547d70a64
3 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@ export default class DigitalCertificates extends React.Component
.then((cert) =>
{
console.log("certificate", JSON.stringify(cert));
console.log("company", JSON.stringify(company));
//console.log({ cert });
if(cert.IsValid)

View File

@ -114,7 +114,7 @@ main .title_wrapper .right {
}
main .title_wrapper .company-dropdown {
position: relative;
z-index: 15;
z-index: 100;
}
main .title_wrapper .company-dropdown .arrow {
cursor: pointer;

View File

@ -121,7 +121,7 @@ main {
.company-dropdown {
position: relative;
z-index: 15;
z-index: 100;
.arrow {
cursor: pointer;