Skip to content

Commit c5c6c3b

Browse files
committed
[frontend] is hidden google link button, if is social user
1 parent 090fe14 commit c5c6c3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frontend/components/mypage/Profile.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
<v-btn small @click="update">Save</v-btn>
3333
</v-col>
3434
</v-row>
35-
<!-- すでにリンク済みのユーザーには表示しない -->
36-
<v-row justify="center" class="d-flex align-center mt-0">
35+
<v-row
36+
v-if="!userModel.is_social"
37+
justify="center"
38+
class="d-flex align-center mt-0"
39+
>
3740
<v-col cols="2">
3841
<v-tooltip bottom>
3942
<template #activator="{ on, attrs }">

0 commit comments

Comments
 (0)