mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
fix for missing variable in ipad layout
This commit is contained in:
parent
a9cb556392
commit
b8bdfdc009
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user