Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
leomoty committed Sep 7, 2023
1 parent f05bdeb commit 64d3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apps/application-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const ApplicationList = ({ metainfo_db, appProgress, appProgressTitle, ac

const check_missing_data = useCallback(() => {
if (dataPackage !== null) {
setDataPackagesInstalled(true);
setDataPackagesInstalled(null);
check_missing_packages(dataPackage)
.then(data => setDataPackagesInstalled(data.missing_names.length === 0 && data.unavailable_names.length === 0));
}
Expand Down

0 comments on commit 64d3912

Please sign in to comment.