Skip to content

Commit

Permalink
style: conform style
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 1, 2023
1 parent 1445c64 commit 372ea8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sidebar/SidebarContext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@

update-status(
v-if="modals.updateStatus.visible"
:jid="jid"
:loading="modals.updateStatus.loading"
@update="onModalUpdateStatusUpdate"
@clear="onModalUpdateStatusClear"
@close="onModalUpdateStatusClose"
:jid="jid"
:loading="modals.updateStatus.loading"
)

sign-out(
Expand Down

0 comments on commit 372ea8e

Please sign in to comment.