fix: donor detail: sponsorings: unset middlename will show as "null"
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			close #145
This commit is contained in:
		@@ -207,7 +207,7 @@
 | 
			
		||||
            <a
 | 
			
		||||
              href="../donations/{d.id}"
 | 
			
		||||
              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-600 text-white mr-1">{d.runner.firstname}
 | 
			
		||||
              {d.runner.middlename}
 | 
			
		||||
              {d.runner.middlename || ""}
 | 
			
		||||
              {d.runner.lastname}</a>
 | 
			
		||||
          {:else}
 | 
			
		||||
            <a
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user