From fb957e33460c58cfeb7d9f7e4bea8f67765c3ae6 Mon Sep 17 00:00:00 2001 From: Falon Darville Date: Tue, 23 Nov 2021 14:54:40 -0800 Subject: [PATCH] rm version divider from Collection dropdown (#4239) --- .../app/ui/components/dropdowns/workspace-dropdown.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/insomnia-app/app/ui/components/dropdowns/workspace-dropdown.tsx b/packages/insomnia-app/app/ui/components/dropdowns/workspace-dropdown.tsx index 7ea94e40a..4b4c3c2ed 100644 --- a/packages/insomnia-app/app/ui/components/dropdowns/workspace-dropdown.tsx +++ b/packages/insomnia-app/app/ui/components/dropdowns/workspace-dropdown.tsx @@ -3,7 +3,7 @@ import classnames from 'classnames'; import { HotKeyRegistry } from 'insomnia-common'; import React, { PureComponent } from 'react'; -import { AUTOBIND_CFG, getAppName, getAppVersion } from '../../../common/constants'; +import { AUTOBIND_CFG } from '../../../common/constants'; import { database as db } from '../../../common/database'; import { getWorkspaceLabel } from '../../../common/get-workspace-label'; import { hotKeyRefs } from '../../../common/hotkeys'; @@ -164,9 +164,6 @@ export class WorkspaceDropdown extends PureComponent { {isLoading ? : null} - - {getAppName()} v{getAppVersion()} - {getWorkspaceLabel(activeWorkspace).singular} Settings