cleanup
This commit is contained in:
parent
7e3f8e8166
commit
fe2dad30f5
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.0-rc1",
|
||||
"version": "13.0.0-b2",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
import { i18n } from '@/i18n';
|
||||
import { computed } from 'vue';
|
||||
const props = defineProps<{
|
||||
acct: string;
|
||||
}>();
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div class="profile">
|
||||
<MkRemoteCaution v-if="user.host != null" :href="user.url" class="warn"/>
|
||||
<MkMoved v-if="user.movedToUri" :acct="user.movedToUri" />
|
||||
<MkMoved v-if="user.movedToUri" :acct="user.movedToUri"/>
|
||||
|
||||
<div :key="user.id" class="_block main">
|
||||
<div class="banner-container" :style="style">
|
||||
|
|
Loading…
Reference in New Issue