l-min-components 1.0.478 → 1.0.480

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.478",
3
+ "version": "1.0.480",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -153,9 +153,9 @@ const Messages = ({
153
153
 
154
154
  console.log("clearChatData", clearChatData);
155
155
 
156
- useEffect(() => {
157
- setUserID(roomRecipientDetailsData?.data?.id);
158
- }, [roomRecipientDetailsData?.data]);
156
+ // useEffect(() => {
157
+ // setUserID(roomRecipientDetailsData?.data?.id);
158
+ // }, [roomRecipientDetailsData?.data]);
159
159
 
160
160
  useEffect(() => {
161
161
  handleRoomMessage(roomID);