Skip to content

Commit

Permalink
removed unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
kloV148 committed Feb 23, 2024
1 parent c24e8e6 commit 38bc5b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/presentation/pages/Note.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<template>
<div v-if="note === null">Loading...</div>
<div v-else>
<div class="control__button">
<div>
<Button
class="header__plus"
text="createChildNote"
text="Add child note"
@click.passive="createChildNote"
/>
</div>
Expand Down

0 comments on commit 38bc5b8

Please sign in to comment.