Resolve email rendering issue with JSR Update.

This commit is contained in:
Patrick Fic
2022-06-29 10:54:19 -07:00
parent 5a6a92c260
commit 037ff4c2a1
2 changed files with 4 additions and 11 deletions

View File

@@ -38,12 +38,6 @@ export function EmailDocumentsComponent({
nextFetchPolicy: "network-only",
});
console.log(
selectedMedia &&
selectedMedia
.filter((s) => s.isSelected)
.reduce((acc, val) => (acc = acc + val.size), 0)
);
return (
<div>
{loading && <LoadingSpinner />}