Skip to content

Commit

Permalink
[PROD-8364] Fix Activity filter styling on user timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amincdev committed Jan 8, 2025
1 parent 755310b commit 1bed834
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

bp_get_template_part( 'members/single/parts/item-subnav' );
bp_nouveau_activity_member_post_form();
bp_get_template_part( 'common/search-and-filters-bar' );
bp_nouveau_member_hook( 'before', 'activity_content' );
?>
<div class="activity-head-bar">
<?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
</div>
<?php bp_nouveau_member_hook( 'before', 'activity_content' ); ?>

<div id="activity-stream" class="activity single-user" data-bp-list="activity" data-ajax="<?php echo esc_attr( $is_send_ajax_request ? 'true' : 'false' ); ?>">
<?php
Expand Down

0 comments on commit 1bed834

Please sign in to comment.