Skip to content

Commit 9ccc9a1

Browse files
committed
Fix for linting code
1 parent a1fbe78 commit 9ccc9a1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

swift_browser_ui_frontend/src/components/BrowserSecondaryNavbar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
{{ $t("message.share.share_id_tooltip") }}
4646
</span>
4747
</div>
48-
4948
</div>
5049
<c-toasts
5150
id="copy-toasts"

swift_browser_ui_frontend/src/components/CreateFolderModal.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
22
<c-card class="add-folder">
3-
<div class="modal-content-wrapper" id="createFolder-modal-content">
3+
<div
4+
id="createFolder-modal-content"
5+
class="modal-content-wrapper"
6+
>
47
<h4 class="title is-4 has-text-dark">
58
{{
69
create

swift_browser_ui_frontend/src/components/ShareModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
>
9090
<div class="shared-notification">
9191
{{ isShared ? $t('message.share.shared_successfully')
92-
: $t('message.share.remove_permission')
92+
: $t('message.share.remove_permission')
9393
}}
9494
<c-button
9595
text

swift_browser_ui_frontend/src/components/UploadModal.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
22
<c-card class="upload-card">
3-
<div class="modal-content-wrapper" id="upload-modal-content">
3+
<div
4+
id="upload-modal-content"
5+
class="modal-content-wrapper"
6+
>
47
<h4 class="title is-4 has-text-dark">
58
{{ $t("message.encrypt.uploadFiles") }}
69
</h4>

0 commit comments

Comments
 (0)