From 863e2faaf79819974dbb264d137fdcecc8066ec3 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Fri, 11 Feb 2022 12:34:33 +0400 Subject: [PATCH] removed post_options from screens constant --- app/constants/screens.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/constants/screens.ts b/app/constants/screens.ts index 553bf17e29..596def55c8 100644 --- a/app/constants/screens.ts +++ b/app/constants/screens.ts @@ -28,7 +28,6 @@ export const SETTINGS_SIDEBAR = 'SettingsSidebar'; export const SSO = 'SSO'; export const THREAD = 'Thread'; export const USER_PROFILE = 'UserProfile'; -export const POST_OPTIONS = 'PostOptions'; export default { ABOUT, @@ -58,5 +57,4 @@ export default { SSO, THREAD, USER_PROFILE, - POST_OPTIONS, };