|  |  | @ -23,7 +23,7 @@ | 
			
		
	
		
			
				
					|  |  |  |           :key="record.id" | 
			
		
	
		
			
				
					|  |  |  |           class="border-b border-slate-300" | 
			
		
	
		
			
				
					|  |  |  |         > | 
			
		
	
		
			
				
					|  |  |  |           <td class="p-1 text-xs sm:text-sm text-slate-500"> | 
			
		
	
		
			
				
					|  |  |  |           <td class="p-1 text-xs sm:text-sm text-left text-slate-500"> | 
			
		
	
		
			
				
					|  |  |  |             {{ new Date(record.issuedAt).toLocaleString() }} | 
			
		
	
		
			
				
					|  |  |  |           </td> | 
			
		
	
		
			
				
					|  |  |  |           <td class="p-1"> | 
			
		
	
	
		
			
				
					|  |  | @ -44,10 +44,10 @@ | 
			
		
	
		
			
				
					|  |  |  |           </td> | 
			
		
	
		
			
				
					|  |  |  |           <td class="p-1"> | 
			
		
	
		
			
				
					|  |  |  |             <span v-if="record.agentDid == contact.did"> | 
			
		
	
		
			
				
					|  |  |  |               <fa icon="long-arrow-alt-left" class="text-slate-400 fa-fw" /> | 
			
		
	
		
			
				
					|  |  |  |               <fa icon="arrow-left" class="text-slate-400 fa-fw" /> | 
			
		
	
		
			
				
					|  |  |  |             </span> | 
			
		
	
		
			
				
					|  |  |  |             <span v-else> | 
			
		
	
		
			
				
					|  |  |  |               <fa icon="long-arrow-alt-right" class="text-slate-400 fa-fw" /> | 
			
		
	
		
			
				
					|  |  |  |               <fa icon="arrow-right" class="text-slate-400 fa-fw" /> | 
			
		
	
		
			
				
					|  |  |  |             </span> | 
			
		
	
		
			
				
					|  |  |  |           </td> | 
			
		
	
		
			
				
					|  |  |  |           <td class="p-1"> | 
			
		
	
	
		
			
				
					|  |  | 
 |