mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
oops
This commit is contained in:
parent
823e44495d
commit
cf0818b9f9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ defmodule PhilomenaWeb.ProfileController do
|
|||
defp commission_info(_commission, _conn), do: ""
|
||||
|
||||
defp tags([]), do: []
|
||||
defp tags(links), do: Enum.map(& &1.tag) |> Enum.reject(&is_nil/1)
|
||||
defp tags(links), do: Enum.map(links, & &1.tag) |> Enum.reject(&is_nil/1)
|
||||
|
||||
defp recent_artwork(_conn, []), do: []
|
||||
defp recent_artwork(conn, tags) do
|
||||
|
|
Loading…
Reference in a new issue