forked from Ivasoft/mattermost-mobile
removed post_options from screens constant
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user