1
0

fix: add condition to make types happy

This commit is contained in:
Daniel Roe 2022-12-22 15:24:48 +00:00
parent 17127bfefc
commit 687033b5c4
No known key found for this signature in database
GPG Key ID: 22D5008E4F5D9B55

View File

@ -167,7 +167,7 @@ defineExpose({
</script> </script>
<template> <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"> <template v-if="draft.editingStatus">
<div flex="~ col gap-1"> <div flex="~ col gap-1">
<div id="state-editing" text-secondary self-center> <div id="state-editing" text-secondary self-center>