From 3b1d63ee71f26f4a039d9147018d253211e7d1d6 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 16 Aug 2023 22:23:26 +0530 Subject: [PATCH] chore: fix issues blocking app store review --- .../Preferences/Panes/General/Advanced/AdvancedSection.tsx | 3 ++- .../Controllers/Subscription/SubscriptionController.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/General/Advanced/AdvancedSection.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/General/Advanced/AdvancedSection.tsx index 02e91eb73..09ec54169 100644 --- a/packages/web/src/javascripts/Components/Preferences/Panes/General/Advanced/AdvancedSection.tsx +++ b/packages/web/src/javascripts/Components/Preferences/Panes/General/Advanced/AdvancedSection.tsx @@ -7,6 +7,7 @@ import { PackageProvider } from '@/Components/Preferences/Panes/General/Advanced import AccordionItem from '@/Components/Shared/AccordionItem' import PreferencesGroup from '../../../PreferencesComponents/PreferencesGroup' import PreferencesSegment from '../../../PreferencesComponents/PreferencesSegment' +import { Platform } from '@standardnotes/snjs' type Props = { application: WebApplication @@ -20,7 +21,7 @@ const Advanced: FunctionComponent = ({ application, extensionsLatestVersi
- + {application.platform !== Platform.Ios && }