diff --git a/apps/web/src/components/note/index.tsx b/apps/web/src/components/note/index.tsx
index f3d260584..16df3be81 100644
--- a/apps/web/src/components/note/index.tsx
+++ b/apps/web/src/components/note/index.tsx
@@ -191,6 +191,7 @@ function Note(props: NoteProps) {
{note.conflicted && }
{locked && }
{note.favorite && }
+ {note.readonly && }
>
) : (
@@ -228,6 +229,8 @@ function Note(props: NoteProps) {
{locked && }
+ {note.readonly && }
+
{note.favorite && }
{tags?.items.map((tag) => {