Skip to content

Commit d73884f

Browse files
Removing unused code
1 parent 123eb68 commit d73884f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/components/Core/ShellBar.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
} from 'react';
3232
import { ShellBarProfileClickEventDetail } from '@ui5/webcomponents-fiori/dist/ShellBar.js';
3333
import PopoverPlacement from '@ui5/webcomponents/dist/types/PopoverPlacement.js';
34-
import { useTranslation, Trans } from 'react-i18next';
34+
import { useTranslation } from 'react-i18next';
3535
import { generateInitialsForEmail } from '../Helper/generateInitialsForEmail.ts';
3636
import styles from './ShellBar.module.css';
3737
import { ThemingParameters } from '@ui5/webcomponents-react-base';
@@ -149,13 +149,7 @@ export function ShellBarComponent() {
149149
}
150150
onProfileClick={onProfileClick}
151151
>
152-
<ShellBarItem
153-
icon="feedback"
154-
text={t('ShellBar.feedbackNotification', {
155-
url: 'https://github.com/openmcp-project/ui-frontend/issues/new/choose',
156-
})}
157-
onClick={onFeedbackClick}
158-
/>
152+
<ShellBarItem icon="feedback" onClick={onFeedbackClick} />
159153
</ShellBar>
160154

161155
<ProfilePopover

0 commit comments

Comments
 (0)