diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue
index 522d9d3..434f296 100644
--- a/gdn-app/src/components/CNote.vue
+++ b/gdn-app/src/components/CNote.vue
@@ -10,6 +10,7 @@ import {
RiArrowUpWideLine,
RiCornerDownRightLine,
RiCornerUpRightLine,
+ RiDeleteBinLine,
RiEditLine,
RiPushpinFill,
RiPushpinLine,
@@ -205,9 +206,14 @@ function onInsertEditorFinish(text: string): void {