Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 24, 2021
2 parents 6d55726 + f418eae commit 8078319
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
-->

## 12.94.1 (2021/10/25)

### Improvements

### Bugfixes
- クライアント: ユーザーページのナビゲーションが失敗する問題を修正

## 12.94.0 (2021/10/25)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.94.0",
"version": "12.94.1",
"codename": "indigo",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/client/pages/user/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<div>
<transition name="fade" mode="out-in">
<div class="ftskorzw wide" v-if="user && narrow === false">
<MkRemoteCaution v-if="user.host != null" :href="user.url"/>
Expand Down Expand Up @@ -190,6 +191,7 @@
<MkError v-else-if="error" @retry="fetch()"/>
<MkLoading v-else/>
</transition>
</div>
</template>

<script lang="ts">
Expand Down

0 comments on commit 8078319

Please sign in to comment.