add funcionality to edit allowance
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Backend Build and Test / build (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Backend Build and Test / build (push) Has been cancelled
				
			This commit is contained in:
		| @@ -37,7 +37,7 @@ | ||||
|       <div class="main" *ngIf="goal.id === 0; else other_goal"> | ||||
|         <div class="title"> | ||||
|           <div class="name">Main Allowance</div> | ||||
|           <div class="icon"> | ||||
|           <div class="icon" (click)="updateAllowance(goal.id)"> | ||||
|             <mat-icon>settings</mat-icon> | ||||
|           </div> | ||||
|         </div> | ||||
| @@ -53,7 +53,7 @@ | ||||
|           <div> | ||||
|             <div class="title"> | ||||
|               <div class="name">{{ goal.name }}</div> | ||||
|               <div class="icon"> | ||||
|               <div class="icon" (click)="updateAllowance(goal.id)"> | ||||
|                 <mat-icon>settings</mat-icon> | ||||
|               </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user