Skip to content

Commit

Permalink
Not right, but demo-able.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Feb 24, 2025
1 parent a198485 commit efeaafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpul_collections_web/live/browse_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ defmodule DpulCollectionsWeb.BrowseLive do
)
end

defp thumbnail_service_urls(max_thumbnails, image_service_urls, nil) do
defp thumbnail_service_urls(max_thumbnails, image_service_urls, _) do
# Truncate image service urls to max value
image_service_urls
|> Enum.slice(0, max_thumbnails)
Expand Down

0 comments on commit efeaafc

Please sign in to comment.