agent: remove redundant fn

This commit is contained in:
Aaron Greenspan
2021-01-12 11:51:47 -07:00
committed by Aiden McClelland
parent b4d1db7e11
commit b80634df83
2 changed files with 3 additions and 7 deletions

View File

@@ -253,7 +253,7 @@ getInstalledAppsLogic = do
, appInstalledPreviewStatus = s
, appInstalledPreviewVersionInstalled = v
, appInstalledPreviewTorAddress = infoResTorAddress
, appInstalledPreviewUi = AppManifest.hasUi infoResManifest
, appInstalledPreviewUi = AppManifest.uiAvailable infoResManifest
}
pure $ HML.elems $ HML.union installingPreviews installedPreviews