aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-03-16 17:33:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-03-16 17:33:24 +0000
commitb632d740c13ff4e5c98a7a101f26ca60cd2629bb (patch)
tree7f14c26115de5100cc7e1a9523f038951b043183 /src/components/still-image
parent186078ae2a330be82d5a3928b37525a7fd52cb12 (diff)
parent123de8aad01333cc18fb5129dc82756070175fe1 (diff)
Merge branch 'expert-settings-and-serverside' into 'develop'
Expert settings and serverside settings + new defaults See merge request pleroma/pleroma-fe!1438
Diffstat (limited to 'src/components/still-image')
-rw-r--r--src/components/still-image/still-image.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 4ea21506..e939b532 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -19,7 +19,7 @@
@load="onLoad"
@error="onError"
>
- <slot/>
+ <slot />
</div>
</template>