|  | @ -93,7 +93,9 @@ | 
			
		
	
		
		
			
				
					|  |  |               <h2 class="text-base font-semibold">{{ project.name }}</h2> |  |  |               <h2 class="text-base font-semibold">{{ project.name }}</h2> | 
			
		
	
		
		
			
				
					|  |  |               <div class="text-sm"> |  |  |               <div class="text-sm"> | 
			
		
	
		
		
			
				
					|  |  |                 <fa icon="user" class="fa-fw text-slate-400"></fa> |  |  |                 <fa icon="user" class="fa-fw text-slate-400"></fa> | 
			
		
	
		
		
			
				
					
					|  |  |                 {{ didInfo(project.issuer, activeDid, allMyDids, allContacts) }} |  |  |                 {{ | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |                   didInfo(project.issuerDid, activeDid, allMyDids, allContacts) | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 }} | 
			
		
	
		
		
			
				
					|  |  |               </div> |  |  |               </div> | 
			
		
	
		
		
			
				
					|  |  |             </div> |  |  |             </div> | 
			
		
	
		
		
			
				
					|  |  |           </a> |  |  |           </a> | 
			
		
	
	
		
		
			
				
					|  | @ -206,8 +208,8 @@ export default class DiscoverView extends Vue { | 
			
		
	
		
		
			
				
					|  |  |       const plans: ProjectData[] = results.data; |  |  |       const plans: ProjectData[] = results.data; | 
			
		
	
		
		
			
				
					|  |  |       if (plans) { |  |  |       if (plans) { | 
			
		
	
		
		
			
				
					|  |  |         for (const plan of plans) { |  |  |         for (const plan of plans) { | 
			
		
	
		
		
			
				
					
					|  |  |           const { name, description, handleId = plan.handleId, rowid } = plan; |  |  |           const { name, description, handleId, rowid, issuerDid } = plan; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |           this.projects.push({ name, description, handleId, rowid }); |  |  |           this.projects.push({ name, description, handleId, rowid, issuerDid }); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |         } |  |  |         } | 
			
		
	
		
		
			
				
					|  |  |         this.remoteCount = this.projects.length; |  |  |         this.remoteCount = this.projects.length; | 
			
		
	
		
		
			
				
					|  |  |       } else { |  |  |       } else { | 
			
		
	
	
		
		
			
				
					|  | 
 |