chore: update snjs, sncrypto-web and fix tsc complaints (#624)

Co-authored-by: Mo Bitar <mo@standardnotes.org>

Co-authored-by: Mo Bitar <mo@standardnotes.org>
This commit is contained in:
Gorjan Petrovski
2021-09-02 15:59:43 +02:00
committed by GitHub
parent 7bede7609f
commit b7d10810a5
4 changed files with 59 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ class ComponentViewCtrl implements ComponentViewScope {
private unregisterDesktopObserver!: () => void
private issueLoading = false
private isDeprecated = false
private deprecationMessage = ''
private deprecationMessage: string | undefined = undefined
private deprecationMessageDismissed = false
public reloading = false
private expired = false