Skip to content

Commit 584d775

Browse files
fixed scss rename
1 parent 0fbd07a commit 584d775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/components/UserManagement/UserPartcipantsTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { UserRoleId } from '../../../api/entities/UserRole';
44
import { SortableProvider } from '../../contexts/SortableTableProvider';
55
import { TableNoDataPlaceholder } from '../Core/Tables/TableNoDataPlaceholder';
66

7-
import './UserParticipantTable.scss';
7+
import './UserParticipantsTable.scss';
88

99
type UserParticipantRowProps = Readonly<{
1010
participantName?: string;

0 commit comments

Comments
 (0)