start adding payment

This commit is contained in:
Thomas Demirdjian
2025-11-04 14:46:12 +01:00
parent 02a2333a41
commit 4bb083ea46
24 changed files with 3507 additions and 7604 deletions
@@ -4,7 +4,6 @@ import { BlurView } from "expo-blur";
import { img } from "../../../assets";
import { Palette, Style } from "../../../styles";
import { FONT_FAMILY } from "../../../styles/Fonts";
import CoinBadge from "./CoinBadge";
const PlaybacksCard = ({
rank = 1,
@@ -72,7 +71,6 @@ const PlaybacksCard = ({
</Text>
</View>
</View>
<CoinBadge />
</BlurView>
</Pressable>
);