This commit is contained in:
syuilo 2022-07-24 17:09:46 +09:00
parent 92f9392bcf
commit 212b2c738b
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
@posted="state = 'posted'"
/>
<MkButton v-else-if="state === 'posted'" primary class="close" @click="close()">{{ i18n.ts.close }}</MkButton>
</div>
</MkSpacer>
</MkStickyContainer>
</template>