mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-08 07:15:15 -04:00
Cleanup some mapper stuff (#1351)
This commit is contained in:
@@ -53,7 +53,7 @@ export const Modal = ({
|
||||
{scroll ? (
|
||||
<ScrollView className="p-6">{children}</ScrollView>
|
||||
) : (
|
||||
<View>{children}</View>
|
||||
<View className="flex-1">{children}</View>
|
||||
)}
|
||||
</Pressable>
|
||||
</Pressable>
|
||||
|
||||
Reference in New Issue
Block a user