From 1484edb77f69df5aeef5085c4ef0cebc562acfb0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 15 May 2025 19:33:02 +0100 Subject: [PATCH] No need to have function public --- lib/music_library_web/live/artist_live/show.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/artist_live/show.ex b/lib/music_library_web/live/artist_live/show.ex index 3b9307ba..cb965d09 100644 --- a/lib/music_library_web/live/artist_live/show.ex +++ b/lib/music_library_web/live/artist_live/show.ex @@ -7,7 +7,7 @@ defmodule MusicLibraryWeb.ArtistLive.Show do attr :country, :map, required: true - def country_flag(assigns) do + defp country_flag(assigns) do ~H""" {Flagmojis.by_iso(@country.code).emoji} {@country.name}