This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix

+5
+4
src/components/Verifier/Verifier.css
··· 369 369 padding-left: 5px; /* Indent slightly */ 370 370 } 371 371 372 + .verifier-list-header { 373 + margin-bottom: 20px; 374 + } 375 + 372 376 .verifier-verified-status { color: var(--success-text, green); } 373 377 .verifier-not-verified-status { color: var(--text-muted, grey); } 374 378 .verifier-error-status { color: var(--error-text, red); }
+1
src/components/Verifier/Verifier.js
··· 403 403 } finally { 404 404 setIsLoadingNetwork(false); 405 405 setNetworkChecked(true); 406 + setNetworkStatusMessage(''); 406 407 } 407 408 }, [agent, session, userInfo]); 408 409