chore: bump browser-fs-acccess to 0.20.5 (#4018)

* bump browser-fs-acccess to 0.20.5

* add null check
This commit is contained in:
David Luzar 2021-10-02 18:27:26 +02:00 committed by GitHub
parent e8b462cc31
commit bea4a1e066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -142,7 +142,7 @@ export const actionSaveToActiveFile = register({
...appState,
fileHandle,
toastMessage: fileHandleExists
? fileHandle.name
? fileHandle?.name
? t("toast.fileSavedToFilename").replace(
"{filename}",
`"${fileHandle.name}"`,