This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
1 year ago
parent
a8e7f0b1d1
commit
7ee7a258fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/TransferList/MultiSelectList.tsx
+ 1
- 1
src/components/TransferList/MultiSelectList.tsx
View File
@@ -106,7 +106,7 @@ export const MultiSelectList: React.FC<TransferListProps> = ({
<Stack spacing={2}>
{values.toSorted(compareFn).map((value) => (
<Typography key={value} whiteSpace="normal">
{sortMap[value].label}
{sortMap[value]
?
.label}
</Typography>
))}
</Stack>
Write
Preview
Loading…
Cancel
Save