diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 4d7f606..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## Images Uploading
-
-- Look for onWindow drag detection
-
-* Check the overflow on post vote btn container
-* Lazy load the bounty form on create-story-page
-* Make the bg behind edit/preview translate
-
-* Fix the localStorage not clearing after saving draft
diff --git a/envs/client/dev-server.env b/envs/client/dev-server.env
index 11350da..08c47f2 100644
--- a/envs/client/dev-server.env
+++ b/envs/client/dev-server.env
@@ -1,2 +1,2 @@
-REACT_APP_API_END_POINT = http://192.168.1.2:8888/dev
\ No newline at end of file
+REACT_APP_API_END_POINT = http://localhost:8888/dev
\ No newline at end of file
diff --git a/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx b/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx
index 14f7d5e..e4bc49f 100644
--- a/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx
+++ b/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx
@@ -145,8 +145,6 @@ export default function LinkingAccountModal({ onClose, direction, ...props }: Mo
exit='exit'
className="modal-card max-w-[442px] p-24 rounded-xl relative"
>
-