1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 14:35:29 +02:00

fix(frontend): 広告が無い場合の表示を修正

This commit is contained in:
syuilo
2025-03-30 09:11:59 +09:00
parent 7d842c1a95
commit aeda34e5e7
2 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<button class="_textButton" @click="toggleMenu">{{ i18n.ts._ad.back }}</button>
</div>
</div>
<div v-else></div>
</template>
<script lang="ts" setup>