chore: fix

This commit is contained in:
2026-06-16 21:24:37 +02:00
parent ec7e59550b
commit 4f9e73a305
@@ -438,6 +438,7 @@ export default function OrderDetailsScreen() {
const total = rawTotal - referralUsed;
return (
<>
<ScrollView
style={styles.container}
contentContainerStyle={styles.content}
@@ -713,5 +714,6 @@ export default function OrderDetailsScreen() {
</Pressable>
</Pressable>
</Modal>
</>
);
}