fix: note pin indicator visible in color/tag etc

This commit is contained in:
thecodrr
2021-01-01 15:08:18 +05:00
parent 3f4baf4031
commit d984788bbe
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ function Note(props) {
</Text>
)}
<Flex variant="rowCenter">
{note.pinned && (
{note.pinned && !props.context && (
<Icon.PinFilled color="primary" size={10} sx={{ mr: 1 }} />
)}
<TimeAgo

View File

@@ -8975,7 +8975,7 @@ normalize-url@^3.0.0, normalize-url@^3.0.1:
"notes-core@git+ssh://git@github.com:streetwriters/notesnook-core.git":
version "5.2.0"
resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#50c790bb17b74537cd101d943e9e892bc2ff3a56"
resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#fa58e2065ca1b9aa58efa2cd916d8c680b61ee0c"
dependencies:
fast-sort "^2.0.1"
fuzzysearch "^1.0.3"