Skip to content

Commit

Permalink
Merge pull request #3111 from glific/bug/ui-inconsistency
Browse files Browse the repository at this point in the history
Fix: UI Inconsistency
  • Loading branch information
kurund authored Oct 11, 2024
2 parents 6995de4 + 081e0ad commit e3cd779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ export const ConversationHeader = ({
options = (
<>
{viewDetails}
{addMember}
{flowButton}
{addMember}
</>
);
} else {
Expand Down

0 comments on commit e3cd779

Please sign in to comment.