Commit 578faa9
authored
fix: Handle the case when prop children is undefined in MenuItemAction component (#1226)
[CLNP-5329](https://sendbird.atlassian.net/browse/CLNP-5329)
[SBISSUE-17339](https://sendbird.atlassian.net/browse/SBISSUE-17339)
### ChangeLog
- Fixed an error message on MenuItemAction when the children prop is
undefined
### fix
- Handle the case when prop children is undefined in MenuItemAction comp1 parent 8db4063 commit 578faa9
File tree
1 file changed
+8
-5
lines changed- src/modules/ChannelSettings/components/ChannelSettingsUI
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
0 commit comments