From c9b5c2457f46b74d5b141125e415c0565138ab81 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 8 Dec 2024 12:00:48 -0600 Subject: [PATCH] Layout header --- src/screens/Subscriptions/index.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/screens/Subscriptions/index.tsx b/src/screens/Subscriptions/index.tsx index d1996cbcfd..040e94b033 100644 --- a/src/screens/Subscriptions/index.tsx +++ b/src/screens/Subscriptions/index.tsx @@ -46,7 +46,6 @@ export type ScreenProps = NativeStackScreenProps< > export function Subscriptions(_props: ScreenProps) { - const {_} = useLingui() const purchases = usePurchases() const {refetch} = usePurchasesApi() const {loading, restricted} = useNativeUserState() @@ -62,7 +61,15 @@ export function Subscriptions(_props: ScreenProps) { return ( - + + + + + Subscriptions + + + +