aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-12 00:07:28 +0300
committerHenry Jameson <me@hjkos.com>2021-04-12 00:07:28 +0300
commitf0641d05dffe627abd093c296a8cf9e5296b3098 (patch)
tree0dece8e7e9932387b11c1a3aa7acffe50f1dee64 /src/components/attachment
parent5fdc4a190462272f678ee313dee049493cf44f76 (diff)
linting
Diffstat (limited to 'src/components/attachment')
-rw-r--r--src/components/attachment/attachment.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 9bb0d0be..f80badfd 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -118,7 +118,10 @@
</div>
</div>
- <Flash v-if="type === 'flash'" :src="attachment.large_thumb_url || attachment.url" />
+ <Flash
+ v-if="type === 'flash'"
+ :src="attachment.large_thumb_url || attachment.url"
+ />
</div>
</template>