aboutsummaryrefslogtreecommitdiff
path: root/src/components/media_modal
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:31:16 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:31:16 +0300
commitf561e755530063b2e8e0db210264b1d244543bd0 (patch)
tree986f3ca8b95b0cfa48725e970204d1e402ff12ad /src/components/media_modal
parent1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (diff)
lint
Diffstat (limited to 'src/components/media_modal')
-rw-r--r--src/components/media_modal/media_modal.vue10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue
index cbcfc6d2..ea7f7a7f 100644
--- a/src/components/media_modal/media_modal.vue
+++ b/src/components/media_modal/media_modal.vue
@@ -34,7 +34,10 @@
class="modal-view-button-arrow modal-view-button-arrow--prev"
@click.stop.prevent="goPrev"
>
- <FAIcon class="arrow-icon" icon="chevron-left" />
+ <FAIcon
+ class="arrow-icon"
+ icon="chevron-left"
+ />
</button>
<button
v-if="canNavigate"
@@ -42,7 +45,10 @@
class="modal-view-button-arrow modal-view-button-arrow--next"
@click.stop.prevent="goNext"
>
- <FAIcon class="arrow-icon" icon="chevron-right" />
+ <FAIcon
+ class="arrow-icon"
+ icon="chevron-right"
+ />
</button>
</Modal>
</template>