Sha256: 9421370d31061f0f114d0a7cf31316bc9ee2b44a3c097250420f6dd753f722fc
Contents?: true
Size: 256 Bytes
Versions: 19
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true class Avo::ProfilePhotoComponent < ViewComponent::Base def initialize(profile_photo:) @profile_photo = profile_photo end def render? @profile_photo.present? && @profile_photo.visible_in_current_view? end end
Version data entries
19 entries across 19 versions & 1 rubygems