diff --git a/src/views/MyPage.vue b/src/views/MyPage.vue
index 1a3a95a2fe41f4ccfb2329539ab50c7c05b0dafb..6aca1ccf398f509d89f7af6a14335dce499db768 100644
--- a/src/views/MyPage.vue
+++ b/src/views/MyPage.vue
@@ -71,7 +71,7 @@ export default {
       API.toggleSharePlanAPI(this.$http, this.$env.apiUrl, data).catch(() => {})
     },
     shareButtonText (tour) {
-      if (tour.is_shared === 0) {
+      if (tour.is_shared === 0 || tour.is_shared === '0') {
         return '공유하기'
       } else {
         return '공유 취소하기'