@@ -65,7 +65,7 @@ export default function TechnicalUserManagement() {
}
- onClick={() => dispatch(show(OVERLAYS.ADD_TECHUSER))}
+ onClick={() => dispatch(show(OVERLAYS.ADD_TECH_USER))}
>
{t('content.usermanagement.technicalUser.create')}
diff --git a/src/components/pages/UsecaseParticipation/UsecaseParticipation.scss b/src/components/pages/UsecaseParticipation/UsecaseParticipation.scss
index d1c34fe23..64f98c3c3 100644
--- a/src/components/pages/UsecaseParticipation/UsecaseParticipation.scss
+++ b/src/components/pages/UsecaseParticipation/UsecaseParticipation.scss
@@ -17,8 +17,8 @@
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/
-.usecase-participation {
- .usecase-main {
+.useCaseParticipation {
+ .useCase-main {
margin-top: 72px;
}
.container {
@@ -67,7 +67,7 @@
border-bottom: 1px solid #dcdcdc;
padding: 30px;
}
- .usecase-list-main {
+ .useCase-list-main {
max-width: 850px;
width: 100%;
margin: 0 auto 50px;
@@ -82,12 +82,12 @@
border: 0;
border-top: 1px solid #dcdcdc;
}
- .usecase-list {
+ .useCase-list {
margin-bottom: 30px;
- .usecase-list-item {
+ .useCase-list-item {
margin-bottom: 20px;
display: flex;
- .usecase-detail {
+ .useCase-detail {
display: flex;
width: 80%;
svg {
diff --git a/src/components/pages/UsecaseParticipation/index.tsx b/src/components/pages/UsecaseParticipation/index.tsx
index b8e89b3a4..bc8f10b27 100644
--- a/src/components/pages/UsecaseParticipation/index.tsx
+++ b/src/components/pages/UsecaseParticipation/index.tsx
@@ -27,7 +27,6 @@ import {
Chip,
CircleProgress,
CustomAccordion,
- PageHeader,
StatusTag,
Tooltips,
Typography,
@@ -37,7 +36,6 @@ import LaunchIcon from '@mui/icons-material/Launch'
import uniqueId from 'lodash/uniqueId'
import { show } from 'features/control/overlay'
import { OVERLAYS } from 'types/Constants'
-import { PageBreadcrumb } from 'components/shared/frame/PageBreadcrumb/PageBreadcrumb'
import {
useFetchUsecaseQuery,
type UsecaseResponse,
@@ -141,15 +139,8 @@ export default function UsecaseParticipation() {
}
return (
-
-
-
-
-
+
+
{t('content.usecaseParticipation.heading')}
@@ -185,7 +176,7 @@ export default function UsecaseParticipation() {
{t('content.usecaseParticipation.noteDetail')}
-