Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit b14a5c1

Browse files
committed
プロフィール編集画面の「トップページに戻る」ボタンを消去
1 parent 968dabe commit b14a5c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/EditProfile.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<p class="has-text-danger" v-if="hasValidationError">入力値に誤りがあります</p>
153153
<p v-if="isSuccess">保存しました</p>
154154
</form>
155-
<router-link :to="{ name: 'home' }" exact>トップページに戻る</router-link>
156155
</section>
157156
</div>
158157
</template>

0 commit comments

Comments
 (0)