Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/901
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Mar 11, 2024
1 parent 168eb9f commit b932640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/feeds/feed_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ defmodule Bonfire.UI.Social.FeedLive do
prop hide_tabs, :boolean, default: false
prop selected_tab, :any, default: nil
prop top_page, :any, default: nil
prop show_back_button, :boolean, default: false

prop tabs_class, :css_class, default: nil

Expand Down
1 change: 1 addition & 0 deletions lib/components/feeds/feed_live.sface
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
event_target={@myself}
path_prefix={@tab_path_prefix}
path_suffix={@tab_path_suffix}
show_back_button
>
{!-- <Bonfire.UI.Social.FeedControlsLive
:if={@feed_name in [nil, :my, :local, :fediverse, :explore] and current_user_id(@__context__)}
Expand Down

0 comments on commit b932640

Please sign in to comment.