drink can't edit if picture is not loading #3
			
				
			
		
		
		
	
	
		Labels
		
	
	
	
	No Label
	
		
		
			
	
	
	invalid
		
			wontfix
		
			🚀 announcement
		
			🎒 backend
		
			🐞 bug
		
			🐋 docker
		
			💡 enhancement
		
			📺 frontend
		
			🤔 question
		
			🔗duplicate
		
	
		No Milestone
		
	
	
		
		
		
			No project
			
				
			
		
	
	
	
	
	
		No Assignees
		
	
	
	
		1 Participants
		
	
	
		
		
			Notifications
			
				
			
		
	
	
	
	Due Date
	No due date set.
			
				Dependencies
				
				
		
	
	
	No dependencies set.
			Reference: Flaschengeist/flaschengeist-pricelist#3
			
		
	
		Loading…
	
		Reference in New Issue
	
	
	No description provided.
		
		Delete Branch "%!s(<nil>)"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You can't edit a drink if the picture of the drink couldn't load.
Problem is here in line 36:
if no image is loaded, the edit button will never show. This can be fixed with error handling e.g:
fixed with commit a7765797d1