From d984788bbe4289a581b1635cfecd0f45fc97b802 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Fri, 1 Jan 2021 15:08:18 +0500 Subject: [PATCH] fix: note pin indicator visible in color/tag etc --- apps/web/src/components/note/index.js | 2 +- apps/web/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js index f49265f89..b0eb96808 100644 --- a/apps/web/src/components/note/index.js +++ b/apps/web/src/components/note/index.js @@ -187,7 +187,7 @@ function Note(props) { )} - {note.pinned && ( + {note.pinned && !props.context && ( )}