Skip to content

Commit

Permalink
Fix current_inner_plan_user helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mbajur committed Dec 11, 2024
1 parent c1154f2 commit 5bf62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/inner_plan/nav_main_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def template
img(
class: "rounded-circle ms-2",
style: "margin-top:-.1 rem",
src: helpers.current_user.inner_plan_avatar_url,
src: helpers.current_inner_plan_user.inner_plan_avatar_url,
width: "20",
height: "20"
)
Expand Down

0 comments on commit 5bf62a7

Please sign in to comment.