diff --git a/pages/stream_app/note.py b/pages/stream_app/note.py index 3dc96d4..4a1c5be 100644 --- a/pages/stream_app/note.py +++ b/pages/stream_app/note.py @@ -61,7 +61,7 @@ def note_card(note, notebook_id): "Context", label_visibility="collapsed", options=context_icons, - index=0, + index=1, key=f"note_{note.id}", ) st.caption(f"Updated: {naturaltime(note.updated)}") diff --git a/pages/stream_app/source.py b/pages/stream_app/source.py index d8b04f5..1a2c358 100644 --- a/pages/stream_app/source.py +++ b/pages/stream_app/source.py @@ -114,7 +114,7 @@ def source_card(source, notebook_id): "Context", label_visibility="collapsed", options=context_icons, - index=0, + index=1, key=f"source_{source.id}", ) st.caption(