diff --git a/frontend/src/components/MainPage.vue b/frontend/src/components/MainPage.vue
index 3a8fbc5fb1915465182fb4ed3d288c3d203d910b..f64c938d482b5d6f5bdd17761aec99b4815d4915 100644
--- a/frontend/src/components/MainPage.vue
+++ b/frontend/src/components/MainPage.vue
@@ -223,7 +223,6 @@ export default {
               <p>Are you sure you want to delete this ToDo?</p>
             </b-modal>
 
-            <b-modal v-model="showAddModal" title="add title" @ok="addTodo" hide-header id="showAddModal">
             <!-- add modal -->
             <b-modal v-model="showAddModal" title="add title" @ok="addTodo" hide-header-close id="showAddModal">
               <b-form-group label="Title">