diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-12 00:07:28 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-12 00:07:28 +0300 |
| commit | f0641d05dffe627abd093c296a8cf9e5296b3098 (patch) | |
| tree | 0dece8e7e9932387b11c1a3aa7acffe50f1dee64 /src/components/attachment/attachment.vue | |
| parent | 5fdc4a190462272f678ee313dee049493cf44f76 (diff) | |
linting
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 5 |
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> |
