Below is my code and image is visible but not the title
class PromotionScreen < PM::GroupedTableScreen
title 'User screen'
include ProfileImageHelpers
def on_load
set_nav_bar_button :left, {
title: 'Dev',
image: user_profile_image(Auth.current_user),
action: :nil
}
end
end
Thanks!