diff --git a/web/apps/photos/src/components/Collections/CollectionOptions/index.tsx b/web/apps/photos/src/components/Collections/CollectionOptions/index.tsx index 588f703759..fe3491a7a2 100644 --- a/web/apps/photos/src/components/Collections/CollectionOptions/index.tsx +++ b/web/apps/photos/src/components/Collections/CollectionOptions/index.tsx @@ -118,7 +118,7 @@ const CollectionOptions = (props: CollectionOptionsProps) => { } catch (e) { handleError(e); } finally { - syncWithRemote(false, true); + void syncWithRemote(false, true); finishLoading(); } };