|
|
@ -85,7 +85,7 @@ const ReceivedSMSList = () => { |
|
|
}, [tabIndex, deviceList]) |
|
|
}, [tabIndex, deviceList]) |
|
|
|
|
|
|
|
|
useEffect(() => { |
|
|
useEffect(() => { |
|
|
if (authUser) { |
|
|
|
|
|
|
|
|
if (authUser && activeDeviceId) { |
|
|
dispatch(fetchReceivedSMSList(activeDeviceId)) |
|
|
dispatch(fetchReceivedSMSList(activeDeviceId)) |
|
|
} |
|
|
} |
|
|
}, [dispatch, authUser, activeDeviceId]) |
|
|
}, [dispatch, authUser, activeDeviceId]) |
|
|
|