Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Aug 18, 2023
1 parent 903496b commit b159c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/public/workspace/workspaces_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class WorkspaceService implements CoreService<WorkspaceSetup, WorkspaceSt
...observables,
renderWorkspaceMenu: () => {
if (this._renderWorkspaceMenu) {
application;
return this._renderWorkspaceMenu({
basePath: http.basePath,
getUrlForApp: application.getUrlForApp,
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/workspace/public/render_workspace_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { ApplicationStart, HttpSetup, WorkspaceObservables } from '../../../core/public';
import React from 'react';

import { WorkspaceMenu } from './components/workspace_menu/workspace_menu';
import { ApplicationStart, HttpSetup, WorkspaceObservables } from '../../../core/public';

export function renderWorkspaceMenu({
basePath,
Expand Down

0 comments on commit b159c66

Please sign in to comment.