mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-04 15:55:56 +03:00
fix: add condition to make types happy
This commit is contained in:
parent
17127bfefc
commit
687033b5c4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ defineExpose({
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div flex="~ col gap-4" py4 px2 sm:px4>
|
||||
<div v-if="isMastoInitialised && currentUser" flex="~ col gap-4" py4 px2 sm:px4>
|
||||
<template v-if="draft.editingStatus">
|
||||
<div flex="~ col gap-1">
|
||||
<div id="state-editing" text-secondary self-center>
|
||||
|
|
Loading…
Reference in a new issue