mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Hide rating on notes (#4278)
This commit is contained in:
		| @@ -44,6 +44,7 @@ | |||||||
|               <slot name="actions"> |               <slot name="actions"> | ||||||
|                 <RecipeFavoriteBadge v-if="isOwnGroup && showRecipeContent" :recipe-id="recipeId" show-always /> |                 <RecipeFavoriteBadge v-if="isOwnGroup && showRecipeContent" :recipe-id="recipeId" show-always /> | ||||||
|                 <RecipeRating |                 <RecipeRating | ||||||
|  |                   v-if="showRecipeContent" | ||||||
|                   :class="isOwnGroup ? 'ml-auto' : 'ml-auto pb-2'" |                   :class="isOwnGroup ? 'ml-auto' : 'ml-auto pb-2'" | ||||||
|                   :value="rating" |                   :value="rating" | ||||||
|                   :recipe-id="recipeId" |                   :recipe-id="recipeId" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user