fix for missing variable in ipad layout

This commit is contained in:
Roland Osborne 2023-04-24 08:13:58 -07:00
parent a9cb556392
commit b8bdfdc009

View File

@ -216,7 +216,7 @@ function HomeScreen({ navParams }) {
</TouchableOpacity>
</View>
<View style={styles.channels}>
<Channels dmChannel={navParams.dmChannel} shareChannel={shareChannel} cardId={cardId} channelId={channelId} openConversation={setConversation} />
<Channels dmChannel={navParams.dmChannel} shareChannel={navParams.shareChannel} cardId={cardId} channelId={channelId} openConversation={setConversation} />
</View>
</SafeAreaView>
<View style={styles.conversation}>