Skip to content

Commit

Permalink
fix: Group Invite screen on iPad (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch authored Oct 16, 2024
1 parent a11d027 commit 845374e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ConversationNav, {
ConversationScreenConfig,
} from "../ConversationNav";
import EnableTransactionsNav from "../EnableTransactionsNav";
import GroupInviteNav from "../GroupInviteNav";
import GroupLinkNav, {
GroupLinkNavParams,
GroupLinkScreenConfig,
Expand Down Expand Up @@ -110,6 +111,7 @@ export default function SplitRightStackNavigation({
{GroupNav()}
{GroupLinkNav()}
{UserProfileNav()}
{GroupInviteNav()}
{TopUpNav()}
{EnableTransactionsNav()}
</NativeStack.Group>
Expand Down

0 comments on commit 845374e

Please sign in to comment.