diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
| commit | f561e755530063b2e8e0db210264b1d244543bd0 (patch) | |
| tree | 986f3ca8b95b0cfa48725e970204d1e402ff12ad /src/components/notifications/notifications.vue | |
| parent | 1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (diff) | |
lint
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 57972854..bd875cca 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -61,7 +61,11 @@ v-else class="new-status-notification text-center panel-footer" > - <FAIcon icon="circle-notch" spin size="lg"/> + <FAIcon + icon="circle-notch" + spin + size="lg" + /> </div> </div> </div> |
