From c0ce71c2065466cbdb8b7363538045d6454deeda Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 7 Oct 2020 07:05:37 -0700 Subject: [PATCH] don't show preview in the item info drawer --- src/app/ItemPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 4698a42..8dfed94 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -58,7 +58,7 @@ export function ItemPageContent({ itemId, isEmbedded }) { - + {!isEmbedded && } ); }