Skip to content
Snippets Groups Projects
Commit fc56ab55 authored by Jaehoon Pae's avatar Jaehoon Pae
Browse files

Merge branch 'JH0025' into 'master'

fixed err temprlly

See merge request !49
parents d62be9ce c407f208
No related branches found
No related tags found
1 merge request!49fixed err temprlly
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
API.toggleSharePlanAPI(this.$http, this.$env.apiUrl, data).catch(() => {}) API.toggleSharePlanAPI(this.$http, this.$env.apiUrl, data).catch(() => {})
}, },
shareButtonText (tour) { shareButtonText (tour) {
if (tour.is_shared === 0) { if (tour.is_shared === 0 || tour.is_shared === '0') {
return '공유하기' return '공유하기'
} else { } else {
return '공유 취소하기' return '공유 취소하기'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment