Skip to content

Commit

Permalink
[INJIMOB-903] fix data backup screen stuck in loading (#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
  • Loading branch information
KiruthikaJeyashankar and sree96 committed Mar 1, 2024
1 parent 52250be commit 489a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/backupAndRestore/BackupAndRestoreScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const BackupAndRestoreScreen: React.FC<BackupAndRestoreProps> = props => {
if (shouldFetchlastBackupDetails) {
backupController.LAST_BACKUP_DETAILS();
}
}, [props.isLoading, backupController.lastBackupDetails]);
}, [props.isLoading]);

useEffect(() => {
if (
Expand Down

0 comments on commit 489a550

Please sign in to comment.