Skip to content

Commit 489a550

Browse files
[INJIMOB-903] fix data backup screen stuck in loading (#1319)
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
1 parent 52250be commit 489a550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

screens/backupAndRestore/BackupAndRestoreScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BackupAndRestoreScreen: React.FC<BackupAndRestoreProps> = props => {
3131
if (shouldFetchlastBackupDetails) {
3232
backupController.LAST_BACKUP_DETAILS();
3333
}
34-
}, [props.isLoading, backupController.lastBackupDetails]);
34+
}, [props.isLoading]);
3535

3636
useEffect(() => {
3737
if (

0 commit comments

Comments
 (0)