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 + + + +