diff --git a/src/app/components/item-actions/item-actions.component.ts b/src/app/components/item-actions/item-actions.component.ts index 291660f..cd2f63b 100644 --- a/src/app/components/item-actions/item-actions.component.ts +++ b/src/app/components/item-actions/item-actions.component.ts @@ -6,9 +6,8 @@ import { Item } from 'src/app/models/item'; selector: 'app-item-actions', template: `
- Mark as
`, diff --git a/src/app/components/item/item.component.ts b/src/app/components/item/item.component.ts index 95c23dd..0f32696 100644 --- a/src/app/components/item/item.component.ts +++ b/src/app/components/item/item.component.ts @@ -22,14 +22,14 @@ import { MarkAsDone } from 'src/app/types/mark_as_done.type'; -
+