Client:Fixed page crash.

This commit is contained in:
Vlada Gazizova 2024-07-30 11:17:46 +03:00
parent cd72e9d699
commit de20aa9500

View File

@ -1942,7 +1942,7 @@ class ContextOptionsStore {
selection.findIndex((k) => k.security.Download) !== -1;
const favoriteItems = selection.filter((k) =>
k.contextOptions.includes("mark-as-favorite"),
k.contextOptions?.includes("mark-as-favorite"),
);
const moveItems = selection.filter((k) =>