diff --git a/src/views/MyPage.vue b/src/views/MyPage.vue
index cf3291e24f233405054824ce9093bc9de96107ad..95a98bfd0f2133d8402e68bcedb15c6fefb25334 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 '공유 취소하기'