File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import {
3131} from 'react' ;
3232import { ShellBarProfileClickEventDetail } from '@ui5/webcomponents-fiori/dist/ShellBar.js' ;
3333import PopoverPlacement from '@ui5/webcomponents/dist/types/PopoverPlacement.js' ;
34- import { useTranslation , Trans } from 'react-i18next' ;
34+ import { useTranslation } from 'react-i18next' ;
3535import { generateInitialsForEmail } from '../Helper/generateInitialsForEmail.ts' ;
3636import styles from './ShellBar.module.css' ;
3737import { 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
You can’t perform that action at this time.
0 commit comments