Skip to content
Snippets Groups Projects
Commit f96842e8 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

show reaction notes

parent 2adac0a4
No related branches found
No related tags found
2 merge requests!306Resolve "Allow plugin to hide left panel",!303Resolve "Element or reaction notes are not displayed in the left panel."
......@@ -37,6 +37,7 @@ export const ReactionDrawer = (): React.ReactNode => {
Type: <b className="font-semibold">{reaction.type}</b>
</div>
<hr className="border-b border-b-divide" />
{reaction.notes && <div className="text-sm font-normal">{reaction.notes}</div>}
<h3 className="font-semibold">Annotations:</h3>
{referencesGrouped.map(group => (
<ReferenceGroup key={group.source} group={group} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment