Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jun 17, 2024
1 parent 6b4f1ff commit 5becd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/main/sections/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<ElementTitle :active-element="view" :is-table="false" :view-setting.sync="localViewSetting" />
<div class="table-wrapper">
<EmptyView v-if="columns.length === 0" :view="view"/>
<EmptyView v-if="columns.length === 0" :view="view" />
<TableView v-else
:rows="rows"
:columns="columns"
Expand Down

0 comments on commit 5becd1c

Please sign in to comment.