mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-13 14:49:47 +03:00
chore: simplify
This commit is contained in:
parent
53dcd8b28f
commit
32feeded7a
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ defineExpose({
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div v-if="isMastoInitialised && currentUser && currentUser.account && !isGuest" flex="~ col gap-4" py3 px2 sm:px4>
|
||||
<div v-if="isMastoInitialised && currentUser.account && !isGuest" flex="~ col gap-4" py3 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